Clean 2.1.6

.NET 5.0
dotnet add package Clean --version 2.1.6
NuGet\Install-Package Clean -Version 2.1.6
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="Clean" Version="2.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Clean --version 2.1.6
#r "nuget: Clean, 2.1.6"
#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 Clean as a Cake Addin
#addin nuget:?package=Clean&version=2.1.6

// Install Clean as a Cake Tool
#tool nuget:?package=Clean&version=2.1.6

Clean-Starter-Kit-for-Umbraco-v9

Latest Release Details:

  • Converted Groups to Tabs
  • Works with Umbraco 9 and 10
  • Updated to use Bootstrap 5

To try it out on Windows, Mac or Linux, make sure you have downloaded the latest .Net 6 SDK and then run this block of commands in a folder somewhere.

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

# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco -n "MyProject" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite
dotnet sln add "MyProject"

#Add starter kit
dotnet add "MyProject" package clean

dotnet run --project "MyProject"
#Running
Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
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
2.1.6 3,253 11/18/2022
2.1.5 216 11/18/2022
2.1.4 2,869 6/23/2022
2.1.1 2,068 12/8/2021
2.0.2 838 11/12/2021
2.0.1 918 11/11/2021
2.0.0 859 11/3/2021
2.0.0-beta002 448 10/13/2021
1.0.0-beta001 230 10/12/2021