v1.1.4
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
- Updated the Skybrud.Essentials dependency (see e0f7591)
With this release,Skybrud.Essentials.Http
now has a dependency forv1.1.47
ofSkybrud.Essentials
instead ofv1.1.46
. The newer version doesn't contain any new logic directly used bySkybrud.Essentials.Http
, but by updating the dependency, packages or projects consumingSkybrud.Essentials.Http
doesn't have to have an explicit dependency forSkybrud.Essentials
in order to use logic in the newest version.