Bump version to 9.0.1

This commit is contained in:
Bjarke Berg
2021-10-04 11:15:28 +02:00
parent 5a3efa72f9
commit 5300d74cda
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.0.0",
"defaultValue": "9.0.1",
"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.0.0",
"defaultValue": "9.0.1",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},

View File

@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<Version>9.0.0</Version>
<AssemblyVersion>9.0.0</AssemblyVersion>
<InformationalVersion>9.0.0</InformationalVersion>
<FileVersion>9.0.0</FileVersion>
<Version>9.0.1</Version>
<AssemblyVersion>9.0.1</AssemblyVersion>
<InformationalVersion>9.0.1</InformationalVersion>
<FileVersion>9.0.1</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco CMS</Company>