We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdb2db commit cd43d99Copy full SHA for cd43d99
Directory.Build.props
@@ -43,7 +43,7 @@
43
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
44
<Product>LLVMSharp</Product>
45
<VersionPrefix>12.0.0</VersionPrefix>
46
- <VersionSuffix>beta1</VersionSuffix>
+ <VersionSuffix>beta2</VersionSuffix>
47
<VersionSuffix Condition="'$(BUILD_REASON)' == 'PullRequest'">pr</VersionSuffix>
48
</PropertyGroup>
49
0 commit comments