Version 1.0.0-alpha012

Alpha
Date 2023-01-26 (659 days ago)
Downloads 410 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5 .NET 6 .NET 7

New alpha release 🎉

#installation">Installation

Via NuGet:

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

or:

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

#changelog">Changelog

  • Fixed issue with GetDouble method trying to parse to long instead of double (see c8237de)
    The method would only work for whole numbers, which wasn't really ideal.