Bump version to rc3

This commit is contained in:
nikolajlauridsen
2022-05-02 09:43:16 +02:00
parent 8148e4aee0
commit eba7e41fd4
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-rc2</InformationalVersion>
<InformationalVersion>9.5.0-rc3</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-rc2",
"defaultValue": "9.5.0-rc3",
"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-rc2",
"defaultValue": "9.5.0-rc3",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
"UseHttpsRedirect": {