From ceabd27ce04d31997809a8bc841381bec2ec0b5c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 9 Dec 2025 18:28:28 +0100 Subject: [PATCH] 1.18.0 --- CHANGELOG.md | 3 +++ Directory.Build.props | 2 +- Generate-ReleaseNotes.cmd | 2 +- PackageReleaseNotes.txt | 12 +++--------- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dc5e1e..06257def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.18.0 (09 December 2025) +- [#1388](https://github.com/wiremock/WireMock.Net/pull/1388) - Add WithBodyAsType to RequestMatcher [feature] contributed by [StefH](https://github.com/StefH) + # 1.17.0 (07 December 2025) - [#1383](https://github.com/wiremock/WireMock.Net/pull/1383) - Aspire: Add WithProtoDefinition to support proto definition at server level [feature] contributed by [StefH](https://github.com/StefH) - [#1386](https://github.com/wiremock/WireMock.Net/pull/1386) - Fix random delay in mapping json file [bug] contributed by [StefH](https://github.com/StefH) diff --git a/Directory.Build.props b/Directory.Build.props index f48c7ecb..5a98f604 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ - 1.17.0 + 1.18.0 WireMock.Net-Logo.png https://github.com/wiremock/WireMock.Net Apache-2.0 diff --git a/Generate-ReleaseNotes.cmd b/Generate-ReleaseNotes.cmd index 23ba6396..b5b822d6 100644 --- a/Generate-ReleaseNotes.cmd +++ b/Generate-ReleaseNotes.cmd @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.17.0 +SET version=1.18.0 GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 2329f0e3..ad08d682 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,11 +1,5 @@ -# 1.17.0 (07 December 2025) -- #1383 Aspire: Add WithProtoDefinition to support proto definition at server level [feature] -- #1386 Fix random delay in mapping json file [bug] -- #812 Wiki page for using WireMock.Net with appium for mobile automation testing [wontfix] -- #1274 .WithMappings to mount volume is not working for GRPC [bug] -- #1381 Downstream dependencies missing after 1.16.0 release [bug] -- #1382 Does Aspire support enabling HTTP/2? [feature] -- #1385 Do delays and probabilities show in saved static mappings? [bug] -- #1387 Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug] +# 1.18.0 (09 December 2025) +- #1388 Add WithBodyAsType to RequestMatcher [feature] +- #330 Feature: Add support for CSharpCode Transformer [wontfix] The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md \ No newline at end of file