Bump version to 9.5.1
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user