From 30064b922b5b3deed1788030adf2e6216352cb77 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Fri, 17 Mar 2023 17:15:19 +0100 Subject: [PATCH] 1.5.19 --- CHANGELOG.md | 5 +++++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 11 +++++------ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286fe705..4f2a3844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.5.19 (17 March 2023) +- [#903](https://github.com/WireMock-Net/WireMock.Net/pull/903) - Add WithBody with IDictionary (form-urlencoded values) [feature] contributed by [StefH](https://github.com/StefH) +- [#904](https://github.com/WireMock-Net/WireMock.Net/pull/904) - Update Handlebars.Net.Helpers to 2.3.15 [feature] contributed by [StefH](https://github.com/StefH) +- [#901](https://github.com/WireMock-Net/WireMock.Net/issues/901) - Matching one form-urlencoded value [feature] + # 1.5.18 (09 March 2023) - [#893](https://github.com/WireMock-Net/WireMock.Net/pull/893) - Add 'Data' to response which can be used during transforming the response [feature] contributed by [StefH](https://github.com/StefH) - [#896](https://github.com/WireMock-Net/WireMock.Net/pull/896) - Bump Microsoft.Owin from 2.0.2 to 4.2.2 in /examples/WireMock.Net.Service [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot) diff --git a/Directory.Build.props b/Directory.Build.props index 1b6d12b5..a9937eab 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.5.18 + 1.5.19 WireMock.Net-Logo.png https://github.com/WireMock-Net/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 23d4fc23..cf022fcf 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.5.18 +SET version=1.5.19 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index ad9c9d36..0f4a1a97 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,8 +1,7 @@ -# 1.5.18 (09 March 2023) -- #893 Add 'Data' to response which can be used during transforming the response [feature] -- #896 Bump Microsoft.Owin from 2.0.2 to 4.2.2 in /examples/WireMock.Net.Service [dependencies] -- #900 ProxySettings : Add logic to not save some requests depending on HttpMethods [feature] -- #897 WebHostBuilder.ConfigureServices method not found when using nunit3testadapter 4.4.0 [bug] -- #899 Ignore OPTIONS request when using proxyandrecord [feature] +# 1.5.19 (17 March 2023) +- #903 Add WithBody with IDictionary (form-urlencoded values) [feature] +- #904 Update Handlebars.Net.Helpers to 2.3.15 [feature] +- #865 Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions' for .NET 6 +- #901 Matching one form-urlencoded value [feature] The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file