We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f570893 commit 6e8e5deCopy full SHA for 6e8e5de
1 file changed
Directory.Build.props
@@ -46,7 +46,7 @@
46
<Product>LLVMSharp</Product>
47
<RootNamespace>LLVMSharp</RootNamespace>
48
<VersionPrefix>15.0.0</VersionPrefix>
49
- <VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta1</VersionSuffix>
+ <VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta2</VersionSuffix>
50
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
51
</PropertyGroup>
52
0 commit comments