UmbracoStartKit.Core
1.0.9
dotnet add package UmbracoStartKit.Core --version 1.0.9
NuGet\Install-Package UmbracoStartKit.Core -Version 1.0.9
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.Core" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UmbracoStartKit.Core --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: UmbracoStartKit.Core, 1.0.9"
#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.Core as a Cake Addin #addin nuget:?package=UmbracoStartKit.Core&version=1.0.9 // Install UmbracoStartKit.Core as a Cake Tool #tool nuget:?package=UmbracoStartKit.Core&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Umbraco Starter Kit for Umbraco v11
This is a starter kit for Umbraco v11.1.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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.
-
net8.0
- Umbraco.Cms (>= 14.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on UmbracoStartKit.Core:
Package | Downloads |
---|---|
UmbracoStartKit
Umbraco Basic Starter Kit for Umbraco |
GitHub repositories
This package is not used by any popular GitHub repositories.