From 5fff3b3a3695fa0d16d5b95ce9d715d256850baf Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 20 Aug 2018 22:17:14 +0200 Subject: [PATCH] 1.0.4.11 --- CHANGELOG.md | 12 ++++++++++++ GitReleaseNotes.txt | 2 +- .../WireMock.Net.StandAlone.csproj | 2 +- src/WireMock.Net/WireMock.Net.csproj | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8750532b..4a224c43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.0.4.11 (20 August 2018) + + - [#187](https://github.com/WireMock-Net/WireMock.Net/issues/187) - Bug: Admin GetRequestAsync does not populate request body for JsonApi ("application/vnd.api+json") content + - [#186](https://github.com/WireMock-Net/WireMock.Net/pull/186) - ContentType "application/vnd.api+json" is not recognized as json contributed by Steve Land ([steveland83](https://github.com/steveland83)) + - [#185](https://github.com/WireMock-Net/WireMock.Net/pull/185) - Support Microsoft.AspNetCore for net 4.6.1 and up contributed by Stef Heyenrath ([StefH](https://github.com/StefH)) +feature + - [#184](https://github.com/WireMock-Net/WireMock.Net/issues/184) - Bug: Fix AppVeyor PR build process + - [#183](https://github.com/WireMock-Net/WireMock.Net/pull/183) - Set Content-Type header for PutMappingAsync in the client contributed by ([seanamosw](https://github.com/seanamosw)) + - [#182](https://github.com/WireMock-Net/WireMock.Net/issues/182) - Bug: IFluentMockServerAdmin::PutMappingAsync does not set Content-Type + +Commits: 01d6dce62d...be08c3175e + + # 1.0.4.10 (14 August 2018) - [#180](https://github.com/WireMock-Net/WireMock.Net/pull/180) - Add IFileSystemHandler to support Azure for StaticMapping location contributed by Stef Heyenrath ([StefH](https://github.com/StefH)) diff --git a/GitReleaseNotes.txt b/GitReleaseNotes.txt index bacbe2c17..181545b62 100644 --- a/GitReleaseNotes.txt +++ b/GitReleaseNotes.txt @@ -1,5 +1,5 @@ https://github.com/GitTools/GitReleaseNotes -GitReleaseNotes.exe . /OutputFile CHANGELOG.md /Version 1.0.4.10 +GitReleaseNotes.exe . /OutputFile CHANGELOG.md /Version 1.0.4.11 GitReleaseNotes.exe . /OutputFile CHANGELOG.md /allTags diff --git a/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj b/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj index 75dd87955..df98edfeb 100644 --- a/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj +++ b/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj @@ -3,7 +3,7 @@ Lightweight StandAlone Http Mocking Server for .Net. WireMock.Net.StandAlone - 1.0.4.10 + 1.0.4.11 Stef Heyenrath net451;net452;net46;netstandard1.3;netstandard2.0 true diff --git a/src/WireMock.Net/WireMock.Net.csproj b/src/WireMock.Net/WireMock.Net.csproj index 94a05c017..506cfd0e0 100644 --- a/src/WireMock.Net/WireMock.Net.csproj +++ b/src/WireMock.Net/WireMock.Net.csproj @@ -3,7 +3,7 @@ Lightweight Http Mocking Server for .Net, inspired by WireMock from the Java landscape. WireMock.Net - 1.0.4.10 + 1.0.4.11 Stef Heyenrath net451;net452;net46;net461;netstandard1.3;netstandard2.0 true