This commit is contained in:
Stef Heyenrath
2023-02-01 20:47:32 +01:00
parent 6839b11d35
commit cc4cf27101
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# 1.5.16 (01 February 2023)
- [#880](https://github.com/WireMock-Net/WireMock.Net/pull/880) - Add `WithProxy(string proxyUrl, X509Certificate2 certificate)` [feature] contributed by [StefH](https://github.com/StefH)
- [#879](https://github.com/WireMock-Net/WireMock.Net/issues/879) - Possibility to pass a X509Certificate2 to WithProxy() or specifiy certificate loading options [feature]
# 1.5.15 (29 January 2023)
- [#878](https://github.com/WireMock-Net/WireMock.Net/pull/878) - Update REST Admin interface to support "Get Mapping(s) as C# Code" [feature] contributed by [StefH](https://github.com/StefH)

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.5.15</VersionPrefix>
<VersionPrefix>1.5.16</VersionPrefix>
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

View File

@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=1.5.15
SET version=1.5.16
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid doc duplicate --version %version% --token %GH_TOKEN%

View File

@@ -1,4 +1,5 @@
# 1.5.15 (29 January 2023)
- #878 Update REST Admin interface to support &quot;Get Mapping(s) as C# Code&quot; [feature]
# 1.5.16 (01 February 2023)
- #880 Add `WithProxy(string proxyUrl, X509Certificate2 certificate)` [feature]
- #879 Possibility to pass a X509Certificate2 to WithProxy() or specifiy certificate loading options [feature]
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md