Skip to content

Commit 22546fd

Browse files
committed
bump version to 9.0.0
1 parent 63448fb commit 22546fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/templates/UmbracoPackage/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"version": {
2525
"type": "parameter",
2626
"datatype": "string",
27-
"defaultValue": "9.0.0-rc004",
27+
"defaultValue": "9.0.0",
2828
"description": "The version of Umbraco to load using NuGet",
2929
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
3030
},

build/templates/UmbracoProject/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"version": {
5858
"type": "parameter",
5959
"datatype": "string",
60-
"defaultValue": "9.0.0-rc004",
60+
"defaultValue": "9.0.0",
6161
"description": "The version of Umbraco to load using NuGet",
6262
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
6363
},

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Version>9.0.0</Version>
44
<AssemblyVersion>9.0.0</AssemblyVersion>
5-
<InformationalVersion>9.0.0-rc004</InformationalVersion>
5+
<InformationalVersion>9.0.0</InformationalVersion>
66
<FileVersion>9.0.0</FileVersion>
77
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
88
<NeutralLanguage>en-US</NeutralLanguage>

0 commit comments

Comments
 (0)