Skip to content

Commit

Permalink
Convert v1.9 to v2.0
Browse files Browse the repository at this point in the history
Fix #15892
  • Loading branch information
MikeAlhayek committed May 1, 2024
1 parent 1d4589b commit a48057f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/OrchardCore.Commons.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<VersionPrefix>1.9.0</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<WarningsNotAsErrors>612,618</WarningsNotAsErrors>
Expand Down
6 changes: 5 additions & 1 deletion src/docs/releases/1.9.0.md → src/docs/releases/2.0.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Orchard Core 1.9.0
# Orchard Core 2.0.0

Release date: Not yet released

## Upgrade Instructions

Before upgrading to OrchardCore, you should first upgrade to 1.8, address any warning, then upgrade to 2.0. Be sure to review the list of breaking changes documented below to ensure seamless transition.

## Breaking Changes

### Drop `Newtonsoft.Json` Support
Expand Down

0 comments on commit a48057f

Please sign in to comment.