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 88f37b9 commit 4fbee41Copy full SHA for 4fbee41
src/OrchardCore.Build/OrchardCore.Commons.props
@@ -4,7 +4,7 @@
4
5
<PropertyGroup>
6
<VersionPrefix>1.0.0</VersionPrefix>
7
- <VersionSuffix>beta3</VersionSuffix>
+ <VersionSuffix>rc1</VersionSuffix>
8
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
9
<LangVersion>latest</LangVersion>
10
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments