Skip to content

v1.0.0-alpha005

Compare
Choose a tag to compare
@abjerner abjerner released this 20 Apr 11:09
· 75 commits to v1/main since this release

New alpha release 🎉

Installation

Via NuGet:

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

or:

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

Changelog

  • Introduced new JsonNetResult class and related classes (see #1, 9cfddba and 8c6e7c5)
    See PR notes for further information.