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 0813c4c commit 3306057Copy full SHA for 3306057
Directory.Build.props
@@ -45,7 +45,7 @@
45
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
46
<Product>ClangSharp</Product>
47
<RootNamespace>ClangSharp</RootNamespace>
48
- <VersionPrefix>15.0.1</VersionPrefix>
+ <VersionPrefix>15.0.2</VersionPrefix>
49
<VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">rc1</VersionSuffix>
50
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
51
</PropertyGroup>
0 commit comments