File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
UmbracoPackage/.template.config
UmbracoProject/.template.config Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ stages:
541
541
inputs :
542
542
targetType : inline
543
543
script : |
544
- choco install docfx -y
544
+ choco install docfx --version=2.58.5 - y
545
545
if ($lastexitcode -ne 0){
546
546
throw ("Error installing DocFX")
547
547
}
Original file line number Diff line number Diff line change 24
24
"version" : {
25
25
"type" : " parameter" ,
26
26
"datatype" : " string" ,
27
- "defaultValue" : " 9.1.0" ,
27
+ "defaultValue" : " 9.1.0-rc " ,
28
28
"description" : " The version of Umbraco to load using NuGet" ,
29
29
"replaces" : " UMBRACO_VERSION_FROM_TEMPLATE"
30
30
},
Original file line number Diff line number Diff line change 57
57
"version" : {
58
58
"type" : " parameter" ,
59
59
"datatype" : " string" ,
60
- "defaultValue" : " 9.1.0" ,
60
+ "defaultValue" : " 9.1.0-rc " ,
61
61
"description" : " The version of Umbraco to load using NuGet" ,
62
62
"replaces" : " UMBRACO_VERSION_FROM_TEMPLATE"
63
63
},
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<Version >9.1.0</Version >
7
7
<AssemblyVersion >9.1.0</AssemblyVersion >
8
- <InformationalVersion >9.1.0</InformationalVersion >
8
+ <InformationalVersion >9.1.0-rc </InformationalVersion >
9
9
<FileVersion >9.1.0</FileVersion >
10
10
<LangVersion Condition =" '$(LangVersion)' == ''" >9.0</LangVersion >
11
11
<NeutralLanguage >en-US</NeutralLanguage >
You can’t perform that action at this time.
0 commit comments