UmbracoStartKit 1.0.11

dotnet add package UmbracoStartKit --version 1.0.11
NuGet\Install-Package UmbracoStartKit -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UmbracoStartKit" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UmbracoStartKit --version 1.0.11
#r "nuget: UmbracoStartKit, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UmbracoStartKit as a Cake Addin
#addin nuget:?package=UmbracoStartKit&version=1.0.11

// Install UmbracoStartKit as a Cake Tool
#tool nuget:?package=UmbracoStartKit&version=1.0.11

Umbraco Starter Kit for Umbraco v11

This is a starter kit for Umbraco v11.1.0

NuGet version (UmbracoStartKit)

If you want a really quick way to get it installed and test it out

Make sure you have downloaded the latest .NET 7 SDK, then copy and paste this into Command Prompt or Windows Terminal or whatever you use:

# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates

# Create solution/project
dotnet new sln --name MyWebsite
dotnet new umbraco -n MyWebsite --friendly-name "Admin User" --email "admin@admin.com" --password "1234567890" --connection-string "Data Source=(localdb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\Umbraco.mdf;Integrated Security=True"
dotnet sln add MyWebsite
dotnet add MyWebsite package UmbracoStartKit

For better SEO 
# Install Meta Momentum package 
Install-Package MetaMomentum.Core -Version 2.1.1
Uncomment Master.cshtml -> @await Html.PartialAsync("MetaMomentum/RenderMetaTags", Model.Value("metaData"))

# Run
dotnet run --project MyWebsite

In this starter kit you can see examples of:

  • Blogs
  • Case Study
  • Search
  • Content pages
  • Xml Site Map
  • Simple Contact Form
    • Configure SMTP details in appsettings.json

I'm sure there are other things too, but have a play anyway.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 255 2/13/2023
1.0.10 285 10/19/2022
1.0.9 266 10/19/2022