Skip to content

Commit

Permalink
Revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Nov 22, 2021
1 parent 1048190 commit 579613c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.1.1",
"defaultValue": "9.2.0-rc",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.1.1",
"defaultValue": "9.2.0-rc",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
Expand Down
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<Version>9.1.1</Version>
<AssemblyVersion>9.1.1</AssemblyVersion>
<InformationalVersion>9.1.1</InformationalVersion>
<FileVersion>9.1.1</FileVersion>
<Version>9.2.0</Version>
<AssemblyVersion>9.2.0</AssemblyVersion>
<InformationalVersion>9.2.0-rc</InformationalVersion>
<FileVersion>9.2.0</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco CMS</Company>
Expand Down

0 comments on commit 579613c

Please sign in to comment.