All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- NumberOfTimesCount is now thread-safe.
- Added GitHub sourcelink integration.
- Updated to .NET Standard 2.0.
- Better error message when failed to match the setup Options.
- The new .NET Standard packaging (in AppVeyor) was creating an incorrect Assembly name. 😊
- Supports .NET Standard 1.4! Woot!
- #27: Uri fails to compare/equals when Uri contains characters that get encoded.
- Support for
Headers
inHttpMessageOptions
.
- Inital and subsequent releases in supporting faking an
HttpClient
request/response.