v1.1.5
Installation
Install via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Essentials.Http --version 1.1.5
or the NuGet package manager:
Install-Package Skybrud.Essentials.Http -Version 1.1.5
Changelog
-
Fixed issues with query string not being passed on to underlying code (see ea53ed6)
-
Added support for
NameValueCollection
parameters for more target frameworks (see 967dc7d)
Until now method overloads taking aNameValueCollection
parameter have only been available for the builds targeting .NET Framework, but as .NET Standard 2.0+ and .NET 5+ also supportNameValueCollection
, the same method overloads should be available for these target frameworks as well. -
Updated the
Skybrud.Essentials
dependency (see 84c77a8)