Bumb version to 9.1.2
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
"version": {
|
"version": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
"datatype": "string",
|
"datatype": "string",
|
||||||
"defaultValue": "9.1.1",
|
"defaultValue": "9.1.2",
|
||||||
"description": "The version of Umbraco to load using NuGet",
|
"description": "The version of Umbraco to load using NuGet",
|
||||||
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
"version": {
|
"version": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
"datatype": "string",
|
"datatype": "string",
|
||||||
"defaultValue": "9.1.1",
|
"defaultValue": "9.1.2",
|
||||||
"description": "The version of Umbraco to load using NuGet",
|
"description": "The version of Umbraco to load using NuGet",
|
||||||
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>9.1.1</Version>
|
<Version>9.1.2</Version>
|
||||||
<AssemblyVersion>9.1.1</AssemblyVersion>
|
<AssemblyVersion>9.1.2</AssemblyVersion>
|
||||||
<InformationalVersion>9.1.1</InformationalVersion>
|
<InformationalVersion>9.1.2</InformationalVersion>
|
||||||
<FileVersion>9.1.1</FileVersion>
|
<FileVersion>9.1.2</FileVersion>
|
||||||
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
|
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
<Company>Umbraco CMS</Company>
|
<Company>Umbraco CMS</Company>
|
||||||
|
|||||||
Reference in New Issue
Block a user