Skip to content

Commit

Permalink
Update changelog for 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Nov 18, 2019
1 parent a31b7d4 commit b7b6900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
6.0.0 - Assemblies are now strong named (binary BREAKING) #1

5.0.0 - Align with official recommendations on multi-targetting HttpClient:
- Add netstandard2.0 target #61
- Change .NET 4.5 target to use in-band System.Net.Http reference (BREAKING) #61
Expand Down
3 changes: 2 additions & 1 deletion RichardSzalay.MockHttp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/richardszalay/mockhttp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Testing layer for Microsoft's HttpClient library</description>
<releaseNotes>5.0.0 - Align with official recommendations on multi-targetting HttpClient:
<releaseNotes>6.0.0 - Assemblies are now strong named (binary BREAKING) #1
5.0.0 - Align with official recommendations on multi-targetting HttpClient:
- Add netstandard2.0 target #61
- Change .NET 4.5 target to use in-band System.Net.Http reference (BREAKING) #61
- Remove PCL profile 111 (BREAKING) #18
Expand Down

0 comments on commit b7b6900

Please sign in to comment.