Version 1.0.1

Date 2025-04-24 (22 days ago)
Downloads 216 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5 .NET 6 .NET 7

#installation">Installation

Via NuGet:

dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.1

or:

Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.1

#changelog">Changelog

  • Updated the Skybrud.Essentials dependency (see 4fd620f)
    This doesn't affect the package directly, but since we have other packages with a direct dependency for Skybrud.Essentials.AspNetCore, but using Skybrud.Essentials as a transitive dependency, we might as well bump the dependency to the newest version.

  • Misc internal improvements (see 4fd620f)
    This includes updating the code to align with our internal code style, enabling C# 12 features etc. This does not affect how the package is consumed.