Date | 2023-12-18 (333 days ago) |
---|---|
Downloads | 3,358 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
">InstallationInstall 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
">ChangelogFixed 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 a NameValueCollection
parameter have only been available for the builds targeting .NET Framework, but as .NET Standard 2.0+ and .NET 5+ also support NameValueCollection
, the same method overloads should be available for these target frameworks as well.
Updated the Skybrud.Essentials
dependency (see 84c77a8
)