From 39f75b710c79f93585edea366ff3db32eb14a95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 1 Apr 2021 18:13:08 +0300 Subject: [PATCH] Created empty Upgrading-Startup-Template and linked from the Upgrading guide. --- docs/en/Migration-Guides/Upgrading-Startup-Template.md | 3 +++ docs/en/Upgrading.md | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/en/Migration-Guides/Upgrading-Startup-Template.md diff --git a/docs/en/Migration-Guides/Upgrading-Startup-Template.md b/docs/en/Migration-Guides/Upgrading-Startup-Template.md new file mode 100644 index 0000000000..c2ea36eca2 --- /dev/null +++ b/docs/en/Migration-Guides/Upgrading-Startup-Template.md @@ -0,0 +1,3 @@ +# Upgrading the Startup Template + +TODO \ No newline at end of file diff --git a/docs/en/Upgrading.md b/docs/en/Upgrading.md index fcda081188..a0688d3130 100644 --- a/docs/en/Upgrading.md +++ b/docs/en/Upgrading.md @@ -29,14 +29,18 @@ If `Add-Migration` generates an empty migration, you can use `Remove-Migration` ## The Blog Posts & Guides -Sometimes we introduce new features/changes that requires to make changes in the startup template. We already implement the changes in the startup template for new applications. However, in some cases you need to manually make some minor changes in your solution. - Whenever you upgrade your solution, it is strongly suggested to check the [ABP BLOG](https://blog.abp.io/) to learn the new features and changes coming with the new version. We regularly publish posts and write these kind of changes. ### Migration Guides We prepare migration guides if the new version brings breaking changes for existing applications. See the [Migration Guides](Migration-Guides/Index.md) page for all the guides. +### Upgrading the Startup Template + +Sometimes we introduce new features/changes that requires to **make changes in the startup template**. We already implement the changes in the startup template for new applications. However, in some cases you need to manually make some minor changes in your solution. + +It is not practical to document the necessary changes line by line. In this case, we suggest you to create an example solution, one with your existing version and one with the new version and compare them using a diff tool. You can [see this guide](Migration-Guides/Upgrading-Startup-Template.md) to learn how you can do it using WinMerge application. + ## Semantic Versioning & Breaking Changes We are working hard to keep the semantic versioning rules, so you don't get breaking changes for minor (feature) versions like 3.1, 3.2, 3.3...