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 b4d00cc commit 3b73a87Copy full SHA for 3b73a87
src/Directory.Build.props
@@ -5,8 +5,8 @@
5
<PropertyGroup>
6
<Version>9.1.0</Version>
7
<AssemblyVersion>9.1.0</AssemblyVersion>
8
- <InformationalVersion>9.1.0</InformationalVersion>
9
- <FileVersion>9.1.0-rc</FileVersion>
+ <InformationalVersion>9.1.0-rc</InformationalVersion>
+ <FileVersion>9.1.0</FileVersion>
10
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
11
<NeutralLanguage>en-US</NeutralLanguage>
12
<Company>Umbraco CMS</Company>
0 commit comments