Skip to content

Tags: PureKrome/HttpClient.Helpers

Tags

7.3.4

Toggle 7.3.4's commit message
📦 More CI tweaks.

7.3.4-pre.1

Toggle 7.3.4-pre.1's commit message
📦 More CI tweaks.

7.3.1

Toggle 7.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Symbols were getting skipped when deploying to NuGet. (#42)

7.2.0

Toggle 7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🔧 NumberOfTimesCalled is now thread safe. (#37)

7.1.0

Toggle 7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🔧 Fixing Source link build process. (#36)

* 🔬 Source Link added.

* 🔧 Fixing Source link build process.

7.0.0

Toggle 7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🚀 Updated to .NET Standard 2.0. (#34)

- 🚀 Updated to .NET Standard 
- 📦 Updated NuGet packages.
- .NET Standard 2.0 + some nicer error handling message.
- 🖊️ Cleaned up ReadMe and updated ChangeLog.

6.1.0

Toggle 6.1.0's commit message
Renamed assembly name to original assembly name. (#29)

- Going to .NETStandard, the build process was using a different Assembly name. So this is now going back to the original one.
- Make sure the correct configuration is used during CI packing.
- Renamed ReleaseNotes.md to ChangeLog.md.

6.0.0

Toggle 6.0.0's commit message
💸 Moving to .NET Standard 1.4! (#28)

5.2.0

Toggle 5.2.0's commit message
🔧 Fix HttpContent equality check. (#25)

5.1.0

Toggle 5.1.0's commit message
Add Request Header support to HttpOptions. (#17)

Fixes #16