Date | 2022-04-06 (954 days ago) |
---|---|
Downloads | 327 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
New alpha release 🎉
#installation
">InstallationVia NuGet:
dotnet add package Skybrud.Essentials.AspNetCore --version 1.0.0-alpha004
or:
Install-Package Skybrud.Essentials.AspNetCore -Version 1.0.0-alpha004
#changelog
">ChangelogFixed port issue in GetUri
extension method (see 389fe81
)
The method will determine the URI of a HttpRequest
, but if a port number wasn't explicitly specified, the method would mix up port 443 and port 80 😢
Updated the Skybrud.Essentials dependency (see 122cc44
)
The dependency has now been updated v1.1.36 to v1.1.38 😎