| Date | 2025-06-10 (186 days ago) |
|---|---|
| Downloads | 1,523 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 8 |
| Umbraco Versions | Umbraco 13 |
.NET CLI:
dotnet add package Skybrud.Essentials.Umbraco --version 13.0.3NuGet Package Manager:
Install-Package Skybrud.Essentials.Umbraco -Version 13.0.3Updated the Skybrud.Essentials dependency (see 9667424)
A new version of Skybrud.Essentials is now available, so might as well update from v1.1.59 to v1.1.60.
Introduced new MediaHelper class and related logic (see e9c39ce, ebdc059 and 005f2c8)
The MediaHelper class and the MediaExtensions extensions class add various logic for working with media in Umbraco - e.g. creating new media and adding file and image values to a media.
Added misc constants extension methods for working with Examine (7022936 and 1c59c5a)
These are generally copied from our Limbo.Umbraco.Search package, but are added here since this package has a broader usage, and may be installed in project where we don't necessarily the search functionality that comes with the Limbo.Umbraco.Search package.
Added constants for Umbraco's media types (see 814d5d3)
Umbraco already has the Constants.Conventions.MediaTypes nested class with similar constants, but the constants are a bit messy following different naming, and the Constants class may also conflict with a constants Constants namespace in individual solutions.