Installation

Skybrud.Essentials.Umbraco is available via NuGet.

Umbraco 13

The Umbraco 13 package only works with Umbraco 13.

To install the package, either use the .NET CLI:

dotnet add package Skybrud.Essentials.Umbraco --version 13.0.0

or the NuGet Package Manager:

Install-Package Skybrud.Essentials.Umbraco -Version 13.0.0

Umbraco 10

The Umbraco 10 package supports Umbraco 10, 11, and 12.

To install the package, either use the .NET CLI:

dotnet add package Skybrud.Essentials.Umbraco --version 10.0.0

or the NuGet Package Manager:

Install-Package Skybrud.Essentials.Umbraco -Version 10.0.0