Skip to content

Skybrud.Essentials.AspNetCore v1.0.0-alpha003

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 15 Feb 14:06
· 82 commits to v1/main since this release

New alpha release 🎉

Installation

Via NuGet:

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

or:

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

Changelog

  • Added missing this keyword to parameter in QueryStringExtensions.ToUrlEncodedString method (see f9a7265)
    It's not really an extension method without the this keyword. Good thing releases are free 🙄