Bump versions to non-rc

This commit is contained in:
Mole
2022-01-03 15:36:52 +01:00
parent 421faf8d43
commit bbfa975096
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.2.0-rc",
"defaultValue": "9.2.0",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},

View File

@@ -57,7 +57,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.2.0-rc",
"defaultValue": "9.2.0",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},

View File

@@ -5,7 +5,7 @@
<PropertyGroup>
<Version>9.2.0</Version>
<AssemblyVersion>9.2.0</AssemblyVersion>
<InformationalVersion>9.2.0-rc</InformationalVersion>
<InformationalVersion>9.2.0</InformationalVersion>
<FileVersion>9.2.0</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>