Releases: PureKrome/HttpClient.Helpers
Releases · PureKrome/HttpClient.Helpers
🔧 Fixed NuGet Compiler flags and Deterministic
Previous build was done with 3.1.300 and needs to be 3.1.400 or greater.
So updated to NET50/NS20 and used 5.0.103 as the SDK.
🔧 Fixed NuGet Compiler flags and Deterministic
Previous build was done with 3.1.300 and needs to be 3.1.400 or greater.
So updated to NET50/NS20 and used 5.0.103 as the SDK.
💄 Cleaned up NuGet package schema and Source Link.
7.3.1 Symbols were getting skipped when deploying to NuGet. (#42)
NumberOfTimesCount is now thread safe
When a number of requests to the same endpoint occurred really quickly (think: a list of tasks all running at the same time), the counter wasn't thread safe and as such, wasn't incrementing correctly.
:microscope: Source Link integration
Has Source Link integration!
.NET Standard 2.0
Refer to #34 for info.
Fix assembly name.
Fixed
- The new .NET Standard packaging (in AppVeyor) was creating an incorrect Assembly name. 😊
.NET Standard 1.4
This release marks the project now targetting .NET Standard 1.4. This is important for .NET core support.
Bug fixes
Header option for Request Headers
- Added support for
Headers
inHttpMessageOptions
.