Clean 4.0.0

dotnet add package Clean --version 4.0.0
NuGet\Install-Package Clean -Version 4.0.0
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="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Clean --version 4.0.0
#r "nuget: Clean, 4.0.0"
#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=4.0.0

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

Clean Starter Kit for Umbraco 13

If you want the older versions you need to go to the ones lower than version 4.0.0

Latest Release Details:

  • Made it specifically for .NET 8 and above and Umbraco 13 and above
  • Removed dependency on Contentment

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 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.

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
4.0.0 2,672 12/14/2023
3.1.4 2,267 10/3/2023
3.1.3 722 9/19/2023
3.1.2 850 9/3/2023
3.1.1 375 8/30/2023
3.1.0 192 8/30/2023
3.0.2 1,682 8/8/2023
3.0.1 352 8/4/2023
2.1.6 12,522 11/18/2022
2.1.5 376 11/18/2022
2.1.4 3,516 6/23/2022
2.1.1 2,276 12/8/2021
2.0.2 978 11/12/2021
2.0.1 1,080 11/11/2021
2.0.0 1,030 11/3/2021
2.0.0-beta002 700 10/13/2021
1.0.0-beta001 284 10/12/2021