Merge remote-tracking branch 'origin/v9/9.2' into v9/dev
# Conflicts: # build/templates/UmbracoPackage/.template.config/template.json # build/templates/UmbracoProject/.template.config/template.json # src/Directory.Build.props # src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"version": {
|
||||
"type": "parameter",
|
||||
"datatype": "string",
|
||||
"defaultValue": "9.3.0-rc",
|
||||
"defaultValue": "9.3.0",
|
||||
"description": "The version of Umbraco to load using NuGet",
|
||||
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
||||
},
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"version": {
|
||||
"type": "parameter",
|
||||
"datatype": "string",
|
||||
"defaultValue": "9.3.0-rc",
|
||||
"defaultValue": "9.3.0",
|
||||
"description": "The version of Umbraco to load using NuGet",
|
||||
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<PropertyGroup>
|
||||
<Version>9.3.0</Version>
|
||||
<AssemblyVersion>9.3.0</AssemblyVersion>
|
||||
<InformationalVersion>9.3.0-rc</InformationalVersion>
|
||||
<InformationalVersion>9.3.0</InformationalVersion>
|
||||
<FileVersion>9.3.0</FileVersion>
|
||||
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
|
||||
<NeutralLanguage>en-US</NeutralLanguage>
|
||||
|
||||
Reference in New Issue
Block a user