Skip to content

Skybrud.Essentials addon for working with Umbraco.

License

Notifications You must be signed in to change notification settings

skybrud/Skybrud.Essentials.Umbraco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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 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