mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-19 00:27:04 +01:00
1.7.0
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# 1.7.0 (22 January 2025)
|
||||
- [#1242](https://github.com/WireMock-Net/WireMock.Net/pull/1242) - Disable DynamicLinq to fix CVE [bug] contributed by [StefH](https://github.com/StefH)
|
||||
|
||||
# 1.6.12 (21 January 2025)
|
||||
- [#1231](https://github.com/WireMock-Net/WireMock.Net/pull/1231) - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by [StefH](https://github.com/StefH)
|
||||
- [#1235](https://github.com/WireMock-Net/WireMock.Net/pull/1235) - Fix ArgumentException in FindLogEntries [bug] contributed by [StefH](https://github.com/StefH)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>1.6.12</VersionPrefix>
|
||||
<VersionPrefix>1.7.0</VersionPrefix>
|
||||
<PackageIcon>WireMock.Net-Logo.png</PackageIcon>
|
||||
<PackageProjectUrl>https://github.com/WireMock-Net/WireMock.Net</PackageProjectUrl>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
rem https://github.com/StefH/GitHubReleaseNotes
|
||||
|
||||
SET version=1.6.12
|
||||
SET version=1.7.0
|
||||
|
||||
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%
|
||||
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
# 1.6.12 (21 January 2025)
|
||||
- #1231 Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug]
|
||||
- #1235 Fix ArgumentException in FindLogEntries [bug]
|
||||
- #1241 Upgrade to Handlebars.Net.Helpers 2.4.9 [bug]
|
||||
- #1227 unable to call grpc method with namespace [bug]
|
||||
- #1228 how to set datetime for grpc field [bug]
|
||||
- #1234 FindLogEntries regression [bug]
|
||||
- #1240 Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]
|
||||
# 1.7.0 (22 January 2025)
|
||||
- #1242 Disable DynamicLinq to fix CVE [bug]
|
||||
|
||||
The full release notes can be found here: https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md
|
||||
Reference in New Issue
Block a user