Package

Skybrud.Essentials.Umbraco is a small package that builds on top of Skybrud.Essentials and provides useful functionality for when working with Umbraco.

Installation

The package current targets Umbraco 13 and Umbraco 10, both being LTS versions of Umbraco. The Umbraco 10 package may also be used with Umbraco 11 and 12.

Umbraco 13

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

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

or the NuGet Package Manager:

Install-Package Skybrud.Essentials.Umbraco -Version 13.0.1

Umbraco 10

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

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

or the NuGet Package Manager:

Install-Package Skybrud.Essentials.Umbraco -Version 10.0.1