Version 1.1.1

Date 2022-11-01 (745 days ago)
Downloads 7,319 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 5 .NET 6

#installation">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">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.