Skip to content

Commit 13a06b9

Browse files
committed
1.5.5
1 parent 74480c8 commit 13a06b9

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.5.5 (03 September 2022)
2+
- [#798](https://github.com/WireMock-Net/WireMock.Net/pull/798) - Add support to use 'mapping' object in in reponse templating [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#800](https://github.com/WireMock-Net/WireMock.Net/pull/800) - Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)
4+
- [#802](https://github.com/WireMock-Net/WireMock.Net/pull/802) - Add assertions for request methods contributed by [rafaelmfonseca](https://github.com/rafaelmfonseca)
5+
- [#772](https://github.com/WireMock-Net/WireMock.Net/issues/772) - How to get matched mapping by HttpRequest or HttpRequestMessage [feature]
6+
17
# 1.5.4 (24 August 2022)
28
- [#778](https://github.com/WireMock-Net/WireMock.Net/pull/778) - Fix Proxying when StartAdminInterface=true [bug] contributed by [StefH](https://github.com/StefH)
39
- [#781](https://github.com/WireMock-Net/WireMock.Net/pull/781) - Update some NuGet packages [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.4</VersionPrefix>
7+
<VersionPrefix>1.5.5</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.4
3+
SET version=1.5.5
44

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

PackageReleaseNotes.txt

+5-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# 1.5.4 (24 August 2022)
2-
- #778 Fix Proxying when StartAdminInterface=true [bug]
3-
- #781 Update some NuGet packages [feature]
4-
- #783 Fix WithBody when using Pact and added more nullable annotations [feature]
5-
- #787 Add support for PEM certificates
6-
- #789 Add support for Matcher.Pattern in Pact Body mapping [feature]
7-
- #790 Add Response.WithBody with IJsonConverter [feature]
8-
- #795 Add check for duplicate Guids when posting multiple mappings in one request
9-
- #797 Fix WithHeader when using RejectOnMatch [bug]
10-
- #775 When &quot;StartAdminInterface&quot; is true then each time is generated new mapping from the proxy [bug]
11-
- #784 Response body is missing in generated pact file when IBodyResponseBuilder.WithBody is used [bug]
12-
- #785 Support for PEM certificates when using ssl [feature]
13-
- #788 Request body is missing in generated pact file for requests that include matching on request body [bug]
14-
- #796 RequestMessageHeaderMatcher with MatchBehaviour.RejectOnMatch reverses match results twice [bug]
1+
# 1.5.5 (03 September 2022)
2+
- #798 Add support to use 'mapping' object in in reponse templating [feature]
3+
- #800 Bump Microsoft.Owin from 4.1.1 to 4.2.2 in /src/WireMock.Net (net46) [dependencies]
4+
- #802 Add assertions for request methods
5+
- #772 How to get matched mapping by HttpRequest or HttpRequestMessage [feature]
156

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

0 commit comments

Comments
 (0)