1.8.0-prview-01 (Update the usage from the custom Handlebars.Net File helper)

This commit is contained in:
Stef Heyenrath
2025-03-04 18:11:13 +01:00
parent ff36c1ee6f
commit 0effda3cfa
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.7.4</VersionPrefix>
<VersionPrefix>1.8.0-prview-01</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.7.4
SET version=1.8.0-prview-01
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels test question invalid doc duplicate example environment --version %version% --token %GH_TOKEN%