Skip to content

Commit

Permalink
Cleanup of "What is new" section
Browse files Browse the repository at this point in the history
* Rename notes on the 3.0 release to 3.x
* Move all notes on unsupported versions under their own node
* Consolidate 2.0 notes (what's new, upgrade notes) under their
  own node, like 3.x and 5.0.
* Remove 1.0 pre-release upgrade notes

Closes #2604
  • Loading branch information
roji committed Sep 5, 2020
1 parent aa8f669 commit 5276813
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 296 deletions.
15 changes: 15 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,21 @@
"source_path": "entity-framework/core/modeling/relational/index.md",
"redirect_url": "/ef/core/modeling/",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/what-is-new/ef-core-3.0/index.md",
"redirect_url": "/ef/core/what-is-new/ef-core-3.x",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/what-is-new/ef-core-3.0/breaking-changes.md",
"redirect_url": "/ef/core/what-is-new/ef-core-3.x/breaking-changes",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/miscellaneous/1x-2x-upgrade.md",
"redirect_url": "/ef/core/what-is-new/ef-core-2.0/upgrade",
"redirect_document_id": false
}
]
}
156 changes: 0 additions & 156 deletions entity-framework/core/miscellaneous/rc1-rc2-upgrade.md

This file was deleted.

96 changes: 0 additions & 96 deletions entity-framework/core/miscellaneous/rc2-rtm-upgrade.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Instructions and notes for upgrading to Entity Framework Core 2.0
author: divega
ms.date: 08/13/2017
ms.assetid: 8BD43C8C-63D9-4F3A-B954-7BC518A1B7DB
uid: core/miscellaneous/1x-2x-upgrade
uid: core/what-is-new/ef-core-3.x/upgrade
---

# Upgrading applications from previous versions to EF Core 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Breaking changes in EF Core 3.0 - EF Core
description: Complete list of breaking changes introduced in Entity Framework Core 3.0
title: Breaking changes in EF Core 3.x - EF Core
description: Complete list of breaking changes introduced in Entity Framework Core 3.x
author: ajcvickers
ms.date: 12/03/2019
uid: core/what-is-new/ef-core-3.0/breaking-changes
ms.date: 09/05/2020
uid: core/what-is-new/ef-core-3.x/breaking-changes
---

# Breaking changes included in EF Core 3.0
# Breaking changes included in EF Core 3.x

The following API and behavior changes have the potential to break existing applications when upgrading them to 3.0.0.
The following API and behavior changes have the potential to break existing applications when upgrading them to 3.x.
Changes that we expect to only impact database providers are documented under [provider changes](xref:core/providers/provider-log).

## Summary
Expand Down
Loading

0 comments on commit 5276813

Please sign in to comment.