Skip to content

Commit c25d8f3

Browse files
committed
1.17.0
1 parent 6da190e commit c25d8f3

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.17.0 (07 December 2025)
2+
- [#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)
3+
- [#1386](https://github.com/wiremock/WireMock.Net/pull/1386) - Fix random delay in mapping json file [bug] contributed by [StefH](https://github.com/StefH)
4+
- [#1274](https://github.com/wiremock/WireMock.Net/issues/1274) - .WithMappings to mount volume is not working for GRPC [bug]
5+
- [#1381](https://github.com/wiremock/WireMock.Net/issues/1381) - Downstream dependencies missing after 1.16.0 release [bug]
6+
- [#1382](https://github.com/wiremock/WireMock.Net/issues/1382) - Does Aspire support enabling HTTP/2? [feature]
7+
- [#1385](https://github.com/wiremock/WireMock.Net/issues/1385) - Do delays and probabilities show in saved static mappings? [bug]
8+
- [#1387](https://github.com/wiremock/WireMock.Net/issues/1387) - Tests failing with TaskCanceledException on Windows Server 2025 Build 7171 [bug]
9+
110
# 1.16.0 (18 November 2025)
211
- [#1366](https://github.com/wiremock/WireMock.Net/pull/1366) - WireMock.Net.OpenApiParser : support Examples [feature] contributed by [StefH](https://github.com/StefH)
312
- [#1375](https://github.com/wiremock/WireMock.Net/pull/1375) - Add WireMockHealthCheck in WireMock.Net.Aspire [feature] contributed by [Zguy](https://github.com/Zguy)

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.16.0</VersionPrefix>
7+
<VersionPrefix>1.17.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.16.0
3+
SET version=1.17.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: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# 1.16.0 (18 November 2025)
2-
- #1366 WireMock.Net.OpenApiParser : support Examples [feature]
3-
- #1375 Add WireMockHealthCheck in WireMock.Net.Aspire [feature]
4-
- #1377 Check if the path is valid when using WithPath(...) [feature]
5-
- #1380 Add WireMock.Net.xUnit.v3 project [feature]
6-
- #1364 Choosing examples from open api specification for responses. [feature]
7-
- #1376 AdminApiMappingBuilder `WithPath` should add the starting `/` if missing [feature]
8-
- #1379 xUnit v3 [feature]
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]
910

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

0 commit comments

Comments
 (0)