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 b31a082 commit 6567b06Copy full SHA for 6567b06
src/OrchardCore.Build/OrchardCore.Commons.props
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<LangVersion>12.0</LangVersion>
5
- <VersionPrefix>2.1.4</VersionPrefix>
+ <VersionPrefix>2.1.5</VersionPrefix>
6
<VersionSuffix>preview</VersionSuffix>
7
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
8
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
0 commit comments