We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c9fb3 commit 233d46dCopy full SHA for 233d46d
Directory.Build.props
@@ -47,7 +47,7 @@
47
<PackageValidationBaselineVersion>17.0.0</PackageValidationBaselineVersion>
48
<Product>ClangSharp</Product>
49
<RootNamespace>ClangSharp</RootNamespace>
50
- <VersionPrefix>18.1.0.3</VersionPrefix>
+ <VersionPrefix>18.1.0.4</VersionPrefix>
51
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
52
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
53
</PropertyGroup>
0 commit comments