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 fae47c1 commit 8a20679Copy full SHA for 8a20679
Directory.Build.props
@@ -43,7 +43,7 @@
43
<PackageOutputPath>$(BaseArtifactsPath)pkg/$(Configuration)/</PackageOutputPath>
44
<Product>LLVMSharp</Product>
45
<VersionPrefix>14.0.0</VersionPrefix>
46
- <VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta2</VersionSuffix>
+ <VersionSuffix Condition="'$(EXCLUDE_SUFFIX_FROM_VERSION)' != 'true'">beta1</VersionSuffix>
47
<VersionSuffix Condition="'$(GITHUB_EVENT_NAME)' == 'pull_request'">pr</VersionSuffix>
48
</PropertyGroup>
49
0 commit comments