-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
7 changed files
with
33 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
## [6.1.0] - 2017-06-07 | ||
### Fixed | ||
- The new .NET Standard packaging (in AppVeyor) was creating an incorrect Assembly name. :blush: | ||
|
||
## [6.0.0] - 2017-05-27 | ||
### Changed | ||
- Supports .NET Standard 1.4! Woot! | ||
|
||
### Fixed | ||
- #27: Uri fails to compare/equals when Uri contains characters that get encoded. | ||
|
||
## [5.1.0] - 2017-02-06 | ||
### Added | ||
- Support for `Headers` in `HttpMessageOptions`. | ||
|
||
|
||
## [1.0.0 -> 5.0.0] - 2014-08-07 -> 2017-02-06 | ||
### Added | ||
- Inital and subsequent releases in supporting faking an `HttpClient` request/response. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters