Bump version to 9.5.1

This commit is contained in:
Nikolaj
2022-05-24 14:57:26 +02:00
parent 8d2fb538fd
commit 2f498be587
3 changed files with 6 additions and 6 deletions

View File

@@ -3,10 +3,10 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<Version>9.5.0</Version>
<AssemblyVersion>9.5.0</AssemblyVersion>
<InformationalVersion>9.5.0</InformationalVersion>
<FileVersion>9.5.0</FileVersion>
<Version>9.5.1</Version>
<AssemblyVersion>9.5.1</AssemblyVersion>
<InformationalVersion>9.5.1</InformationalVersion>
<FileVersion>9.5.1</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco CMS</Company>

View File

@@ -46,7 +46,7 @@
"description": "The version of Umbraco.Cms to add as PackageReference.",
"type": "parameter",
"datatype": "string",
"defaultValue": "9.5.0",
"defaultValue": "9.5.1",
"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",
"defaultValue": "9.5.1",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
"UseHttpsRedirect": {