Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.73 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.73 KB

Skybrud.Essentials.Umbraco

GitHub license NuGet NuGet

Skybrud.Essentials.Umbraco is an add-on that builds on top of our Skybrud.Essentials package, and it provides various logic that makes it easier to work with different parts of Umbraco.

License: MIT License
Umbraco: Umbraco 13 (also Umbraco 10-12 and Umbraco 9)
Target Framework: .NET 8 (also .NET 6 and .NET 5)



Installation

NuGet

To install the package via NuGet, you can use either .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