Version 1.0.0-alpha008

Alpha
Date 2022-09-30 (777 days ago)
Downloads 1,343 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5 .NET 6

New alpha release 🎉

#installation">Installation

Via NuGet:

dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0-alpha008

or:

Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0-alpha008

#changelog">Changelog

  • Re-adding deleted classes to avoid breaking changes (see 1135b53)
    Since we have solutions and packages using a mix of different versions of this package, it's not possible to upgrade to alpha007 without some other part breaking. Therefore the deleted classes have been re-added to the package, but marked as obsolete. The classes ought still to be removed before pushing a stable release.