Skip to content

Releases: PureKrome/HttpClient.Helpers

🔧 Fixed NuGet Compiler flags and Deterministic

19 Feb 01:56
Compare
Choose a tag to compare

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

19 Feb 02:23
Compare
Choose a tag to compare

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.

19 Oct 14:06
d2d6a7c
Compare
Choose a tag to compare
7.3.1

Symbols were getting skipped when deploying to NuGet. (#42)

NumberOfTimesCount is now thread safe

28 Jul 01:37
81d2655
Compare
Choose a tag to compare

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

08 Jul 02:30
14274e1
Compare
Choose a tag to compare

Has Source Link integration!

.NET Standard 2.0

28 May 02:58
348937c
Compare
Choose a tag to compare

Refer to #34 for info.

Fix assembly name.

07 Jun 07:06
Compare
Choose a tag to compare

Fixed

  • The new .NET Standard packaging (in AppVeyor) was creating an incorrect Assembly name. 😊

.NET Standard 1.4

27 May 13:26
Compare
Choose a tag to compare

This release marks the project now targetting .NET Standard 1.4. This is important for .NET core support.

Bug fixes

31 Mar 04:03
Compare
Choose a tag to compare
  • 🔧 RequestUri check is now case insensitive.
  • RequestUri is copied over to the Message result.
  • 🔧 HttpContent is checked by a case sensitive string check. Was previously a reference check.

Header option for Request Headers

15 Feb 01:54
Compare
Choose a tag to compare
  • Added support for Headers in HttpMessageOptions.