From c24b101258b2f48d823af7a8249059c7927e93ae Mon Sep 17 00:00:00 2001 From: Richard Szalay Date: Tue, 17 Apr 2018 09:04:16 +1000 Subject: [PATCH] Update changelogs for 4.0.0 --- CHANGELOG | 3 +++ RichardSzalay.MockHttp.nuspec | 34 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fe4d1d6..79f100c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +4.0.0 - Default Fallback message now includes request method and URL (BREAKING) +- Deprecated FallbackMessage property removed (BREAKING) + 3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!) 3.2.1 - XML documentation is now included in the NuGet package. Fixes #52 diff --git a/RichardSzalay.MockHttp.nuspec b/RichardSzalay.MockHttp.nuspec index f61f4c9..50f0a79 100644 --- a/RichardSzalay.MockHttp.nuspec +++ b/RichardSzalay.MockHttp.nuspec @@ -1,8 +1,8 @@ - - + + RichardSzalay.MockHttp - 1.0.0-beta + 4.0.0 MockHttp for HttpClient Richard Szalay Richard Szalay @@ -10,7 +10,9 @@ https://github.com/richardszalay/mockhttp false Testing layer for Microsoft's HttpClient library - 3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!) + 4.0.0 - Default Fallback message now includes request method and URL (BREAKING) +- Deprecated FallbackMessage property removed (BREAKING) +3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!) 3.2.1 - XML documentation is now included in the NuGet package. Fixes #52 3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35 - Added WithExactQueryString / WithExactFormData overloads. Fixes #37 @@ -32,18 +34,18 @@ 1.1.0 - Added MockHttpMessageHandler.Fallback and HttpClient passthrough support Copyright 2014 Richard Szalay httpclient test mock fake stub - + - - - - - + + + + + @@ -55,12 +57,11 @@ - - - - - - + + + + + @@ -74,5 +75,4 @@ - \ No newline at end of file