File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
UmbracoPackage/.template.config
UmbracoProject/.template.config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
"version" : {
25
25
"type" : " parameter" ,
26
26
"datatype" : " string" ,
27
- "defaultValue" : " 9.0.0-rc004 " ,
27
+ "defaultValue" : " 9.0.0" ,
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.0.0-rc004 " ,
60
+ "defaultValue" : " 9.0.0" ,
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 2
2
<PropertyGroup >
3
3
<Version >9.0.0</Version >
4
4
<AssemblyVersion >9.0.0</AssemblyVersion >
5
- <InformationalVersion >9.0.0-rc004 </InformationalVersion >
5
+ <InformationalVersion >9.0.0</InformationalVersion >
6
6
<FileVersion >9.0.0</FileVersion >
7
7
<LangVersion Condition =" '$(LangVersion)' == ''" >9.0</LangVersion >
8
8
<NeutralLanguage >en-US</NeutralLanguage >
You can’t perform that action at this time.
0 commit comments