Skip to content

v1.1.1

Compare
Choose a tag to compare
@abjerner abjerner released this 01 Nov 15:12
· 26 commits to v1/main since this release

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Essentials.Http --version 1.1.1

or the NuGet package manager:

Install-Package Skybrud.Essentials.Http -Version 1.1.1

Changelog

  • Enabled support for nullable reference types (see d07bec6)
    This includes adding .NET 5 and .NET 6 as additional target frameworks, as they come with extended code analysis functionality out of the box. The Nullable package is added a development dependency to older target frameworks to provide the same code analysis functionality.