v1.1.1
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.