Skip to content

skybrud/Skybrud.Essentials.Umbraco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 10 and 11 (and Umbraco 9)
Target Framework: .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 2.0.0-alpha003

or the older Nuget package manager:

Install-Package Skybrud.Essentials.Umbraco -Version 2.0.0-alpha003