Clean 5.0.0

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

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

Clean Starter Kit for Umbraco 13

version 4.1.0 is for Umbraco 13 (Long Term Support)

version 5.0.0 is for Umbraco 15 (Standard Term Support)

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

Latest Release Details:

  • Now works on Umbraco 15 with dotnet 9

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

Install on Umbraco 15

# Ensure we have the latest Umbraco templates
dotnet new install Umbraco.Templates::15.0.0 --force

# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco --force -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 --version 5.0.0

#Add Packages
#Ignored Clean as it was added as a starter kit

dotnet run --project "MyProject"

Install on Umbraco 13

# Ensure we have the version specific Umbraco templates
dotnet new install Umbraco.Templates::13.5.2 --force

# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco --force -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 -version 4.1.0

dotnet run --project "MyProject"
#Running
⚡ If you're looking for Clean for Umbraco V9-12, see Clean Starter Kit!
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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
5.0.0 502 11/15/2024
4.1.0 201 11/15/2024
4.0.0 10,935 12/14/2023
3.1.4 3,111 10/3/2023
3.1.3 825 9/19/2023
3.1.2 936 9/3/2023
3.1.1 443 8/30/2023
3.1.0 270 8/30/2023
3.0.2 2,097 8/8/2023
3.0.1 435 8/4/2023
2.1.6 14,558 11/18/2022
2.1.5 432 11/18/2022
2.1.4 3,694 6/23/2022
2.1.1 2,329 12/8/2021
2.0.2 1,014 11/12/2021
2.0.1 1,097 11/11/2021
2.0.0 1,099 11/3/2021
2.0.0-beta002 747 10/13/2021
1.0.0-beta001 301 10/12/2021