diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 582fadfc49..9197cc9ccb 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -541,7 +541,7 @@ stages: inputs: targetType: inline script: | - choco install docfx -y + choco install docfx --version=2.58.5 -y if ($lastexitcode -ne 0){ throw ("Error installing DocFX") } diff --git a/build/templates/UmbracoPackage/.template.config/template.json b/build/templates/UmbracoPackage/.template.config/template.json index 64785c0f59..fa60ddf1a9 100644 --- a/build/templates/UmbracoPackage/.template.config/template.json +++ b/build/templates/UmbracoPackage/.template.config/template.json @@ -24,7 +24,7 @@ "version": { "type": "parameter", "datatype": "string", - "defaultValue": "9.1.0", + "defaultValue": "9.1.0-rc", "description": "The version of Umbraco to load using NuGet", "replaces": "UMBRACO_VERSION_FROM_TEMPLATE" }, diff --git a/build/templates/UmbracoProject/.template.config/template.json b/build/templates/UmbracoProject/.template.config/template.json index 7e4e8afb27..63e1cbbac2 100644 --- a/build/templates/UmbracoProject/.template.config/template.json +++ b/build/templates/UmbracoProject/.template.config/template.json @@ -57,7 +57,7 @@ "version": { "type": "parameter", "datatype": "string", - "defaultValue": "9.1.0", + "defaultValue": "9.1.0-rc", "description": "The version of Umbraco to load using NuGet", "replaces": "UMBRACO_VERSION_FROM_TEMPLATE" }, diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 5fb6242c02..ec32e6fe33 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,7 +5,7 @@ 9.1.0 9.1.0 - 9.1.0 + 9.1.0-rc 9.1.0 9.0 en-US