Skip to content

Commit ceabd27

Browse files
committed
1.18.0
1 parent f8e2c7e commit ceabd27

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.18.0 (09 December 2025)
2+
- [#1388](https://github.com/wiremock/WireMock.Net/pull/1388) - Add WithBodyAsType to RequestMatcher [feature] contributed by [StefH](https://github.com/StefH)
3+
14
# 1.17.0 (07 December 2025)
25
- [#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)
36
- [#1386](https://github.com/wiremock/WireMock.Net/pull/1386) - Fix random delay in mapping json file [bug] contributed by [StefH](https://github.com/StefH)

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.17.0</VersionPrefix>
7+
<VersionPrefix>1.18.0</VersionPrefix>
88
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/wiremock/WireMock.Net</PackageProjectUrl>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

Generate-ReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.17.0
3+
SET version=1.18.0
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels wontfix test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
66

PackageReleaseNotes.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
# 1.17.0 (07 December 2025)
2-
- #1383 Aspire: Add WithProtoDefinition to support proto definition at server level [feature]
3-
- #1386 Fix random delay in mapping json file [bug]
4-
- #812 Wiki page for using WireMock.Net with appium for mobile automation testing [wontfix]
5-
- #1274 .WithMappings to mount volume is not working for GRPC [bug]
6-
- #1381 Downstream dependencies missing after 1.16.0 release [bug]
7-
- #1382 Does Aspire support enabling HTTP/2? [feature]
8-
- #1385 Do delays and probabilities show in saved static mappings? [bug]
9-
- #1387 Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug]
1+
# 1.18.0 (09 December 2025)
2+
- #1388 Add WithBodyAsType to RequestMatcher [feature]
3+
- #330 Feature: Add support for CSharpCode Transformer [wontfix]
104

115
The full release notes can be found here: https://github.com/wiremock/WireMock.Net/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)