Skip to content

Repurpose what's new as migration guide #34388

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

Merged
merged 4 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .openpublishing.redirection.orleans.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"source_path_from_root": "/docs/orleans/deployment/azure-web-apps-with-azure-cloud-services.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-app-service"
},
{
"source_path_from_root": "/docs/orleans/whats-new-in-orleans.md",
"redirect_url": "/dotnet/orleans/migration-guide"
}
]
}
2 changes: 1 addition & 1 deletion docs/core/whats-new/dotnet-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ WPF in .NET 7 includes numerous bug fixes as well as performance and accessibili

### Orleans

Orleans is a cross-platform framework for building robust, scalable distributed applications. For information about the latest updates for Orleans, see [What's new in Orleans 7.0](../../orleans/whats-new-in-orleans.md).
Orleans is a cross-platform framework for building robust, scalable distributed applications. For information about the latest updates for Orleans, see [Migrate from Orleans 3.x to 7.0](../../orleans/migration-guide.md).

### .NET Upgrade Assistant and CoreWCF

Expand Down
6 changes: 3 additions & 3 deletions docs/orleans/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
description: Samples, tutorials, and education for .NET Orleans. Microsoft's cloud native and distributed systems platform.
ms.topic: hub-page
ms.prod: dotnet-orleans
ms.date: 02/22/2023
ms.date: 03/06/2023

highlightedContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
Expand All @@ -21,8 +21,8 @@ highlightedContent:
title: Deploy Orleans apps
url: deployment/index.md
- itemType: whats-new
title: What's new in Orleans
url: whats-new-in-orleans.md
title: "Migrate from Orleans 3.x to 7.0"
url: migration-guide.md
- itemType: concept
title: Why Orleans?
url: benefits.md
Expand Down
Loading