Skip to content

Commit a69499a

Browse files
Bump versions
1 parent e5deb7f commit a69499a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.2.0-rc",
27+
"defaultValue": "9.3.0-rc",
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.2.0-rc",
60+
"defaultValue": "9.3.0-rc",
6161
"description": "The version of Umbraco to load using NuGet",
6262
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
6363
},

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44

55
<PropertyGroup>
6-
<Version>9.2.0</Version>
7-
<AssemblyVersion>9.2.0</AssemblyVersion>
8-
<InformationalVersion>9.2.0-rc</InformationalVersion>
9-
<FileVersion>9.2.0</FileVersion>
6+
<Version>9.3.0</Version>
7+
<AssemblyVersion>9.3.0</AssemblyVersion>
8+
<InformationalVersion>9.3.0-rc</InformationalVersion>
9+
<FileVersion>9.3.0</FileVersion>
1010
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<Company>Umbraco CMS</Company>

0 commit comments

Comments
 (0)