Skip to content

Commit 22f9647

Browse files
committed
1.5.51
1 parent d5fa385 commit 22f9647

4 files changed

+9
-7
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.51 (20 March 2024)
2+
- [#1085](https://github.com/WireMock-Net/WireMock.Net/pull/1085) - Fix FluentAssertions (actual body is not displayed in error message) [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#1084](https://github.com/WireMock-Net/WireMock.Net/issues/1084) - FluentAssertions - Actual body is not displayed in error message when using Json Body [bug]
4+
15
# 1.5.50 (12 March 2024)
26
- [#1080](https://github.com/WireMock-Net/WireMock.Net/pull/1080) - Fix FluentAssertions on Header(s) [bug] contributed by [StefH](https://github.com/StefH)
37
- [#1082](https://github.com/WireMock-Net/WireMock.Net/pull/1082) - Make WireMockAssertions extendable [feature] contributed by [StefH](https://github.com/StefH)

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

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

Generate-ReleaseNotes.cmd

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

3-
SET version=1.5.50
3+
SET version=1.5.51
44

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

PackageReleaseNotes.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# 1.5.50 (12 March 2024)
2-
- #1080 Fix FluentAssertions on Header(s) [bug]
3-
- #1082 Make WireMockAssertions extendable [feature]
4-
- #1074 FluentAssertions extensions do not filter headers correctly [bug]
5-
- #1075 FluentAssertions extensions are not open for extension [feature]
1+
# 1.5.51 (20 March 2024)
2+
- #1085 Fix FluentAssertions (actual body is not displayed in error message) [bug]
3+
- #1084 FluentAssertions - Actual body is not displayed in error message when using Json Body [bug]
64

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

0 commit comments

Comments
 (0)