Skip to content

Commit 11b39cf

Browse files
committed
1.5.54
1 parent 2c001f6 commit 11b39cf

4 files changed

+9
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.5.54 (18 May 2024)
2+
- [#1100](https://github.com/WireMock-Net/WireMock.Net/pull/1100) - Add support to bind to ip-address instead of only localhost [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#1104](https://github.com/WireMock-Net/WireMock.Net/pull/1104) - Use try..catch to set encoding in WireMockConsoleLogger [feature] contributed by [asherber](https://github.com/asherber)
4+
15
# 1.5.53 (08 May 2024)
26
- [#1093](https://github.com/WireMock-Net/WireMock.Net/pull/1093) - Update Handlebars.Net [feature] contributed by [StefH](https://github.com/StefH)
37
- [#1101](https://github.com/WireMock-Net/WireMock.Net/pull/1101) - Fix MappingConverter to support Body with JsonMatcher [bug] 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.53</VersionPrefix>
7+
<VersionPrefix>1.5.54</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.53
3+
SET version=1.5.54
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-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# 1.5.53 (08 May 2024)
2-
- #1093 Update Handlebars.Net [feature]
3-
- #1101 Fix MappingConverter to support Body with JsonMatcher [bug]
4-
- #1095 When using C# code generation WithBody() matcher is not generated for POST Request [bug]
1+
# 1.5.54 (18 May 2024)
2+
- #1100 Add support to bind to ip-address instead of only localhost [feature]
3+
- #1104 Use try..catch to set encoding in WireMockConsoleLogger [feature]
54

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

0 commit comments

Comments
 (0)