From 3907e83138df2d477874234645a7c09e55245fa7 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 23 Jul 2018 17:34:25 +0200 Subject: [PATCH] 1.0.4.8 --- CHANGELOG.md | 3 ++- src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj | 2 +- src/WireMock.Net/WireMock.Net.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0911f9ae..d2efb58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # 1.0.4.8 (23 July 2018) + - [#170](https://github.com/WireMock-Net/WireMock.Net/pull/170) - Support json path in the response contributed by Stef Heyenrath ([StefH](https://github.com/StefH)) - [#167](https://github.com/WireMock-Net/WireMock.Net/issues/167) - Feature: Support for JsonPath in the response (with HandleBars) +feature -Commits: bd5e99b082...4e0b22db08 +Commits: 1f226f7361...1f226f7361 # 1.0.4.7 (19 July 2018) diff --git a/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj b/src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj index f7493b32..dbb7dd44 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.8-preview-01 + 1.0.4.8 Stef Heyenrath net452;net46;netstandard1.3;netstandard2.0 true diff --git a/src/WireMock.Net/WireMock.Net.csproj b/src/WireMock.Net/WireMock.Net.csproj index 9cf8bd90..87e117f0 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.8-preview-01 + 1.0.4.8 Stef Heyenrath net452;net46;netstandard1.3;netstandard2.0 true