This commit is contained in:
Stef Heyenrath
2025-12-09 18:28:28 +01:00
parent f8e2c7ee90
commit ceabd27ce0
4 changed files with 8 additions and 11 deletions

View File

@@ -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)

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.17.0</VersionPrefix>
<VersionPrefix>1.18.0</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

View File

@@ -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%

View File

@@ -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