Bump version to rc2

This commit is contained in:
nikolajlauridsen
2022-04-25 09:44:33 +02:00
parent ef0e3d649f
commit f025b72d6b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -46,7 +46,7 @@
"description": "The version of Umbraco.Cms to add as PackageReference.",
"type": "parameter",
"datatype": "string",
"defaultValue": "9.5.0-rc",
"defaultValue": "9.5.0-rc2",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
"namespaceReplacer": {

View File

@@ -44,7 +44,7 @@
"description": "The version of Umbraco.Cms to add as PackageReference.",
"type": "parameter",
"datatype": "string",
"defaultValue": "9.5.0-rc",
"defaultValue": "9.5.0-rc2",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
"UseHttpsRedirect": {