Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert v1.9 to v2.0 #15938

Merged
merged 16 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

MikeAlhayek marked this conversation as resolved.
Show resolved Hide resolved
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.

MikeAlhayek marked this conversation as resolved.
Show resolved Hide resolved
MikeAlhayek marked this conversation as resolved.
Show resolved Hide resolved
## Breaking Changes

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