Version 1.1.4

Date 2023-02-12 (642 days ago)
Downloads 10K 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 via NuGet - either via the .NET CLI:

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

or the NuGet package manager:

Install-Package Skybrud.Essentials.Http -Version 1.1.4

#changelog">Changelog

  • Updated the Skybrud.Essentials dependency (see e0f7591)
    With this release, Skybrud.Essentials.Http now has a dependency for v1.1.47 of Skybrud.Essentials instead of v1.1.46. The newer version doesn't contain any new logic directly used by Skybrud.Essentials.Http, but by updating the dependency, packages or projects consuming Skybrud.Essentials.Http doesn't have to have an explicit dependency for Skybrud.Essentials in order to use logic in the newest version.