diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index f8c8cb8eebb..8d8dcd37ca6 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -227,8 +227,8 @@ "path": "studio/concepts.md" }, { - "text": "Version Compatibility", - "path": "studio/version-compatibility.md" + "text": "Version Mapping", + "path": "studio/version-mapping.md" }, { "text": "Release Notes", diff --git a/docs/en/studio/version-compatibility.md b/docs/en/studio/version-mapping.md similarity index 52% rename from docs/en/studio/version-compatibility.md rename to docs/en/studio/version-mapping.md index 812db493b9d..e28b066460a 100644 --- a/docs/en/studio/version-compatibility.md +++ b/docs/en/studio/version-mapping.md @@ -1,8 +1,8 @@ -# ABP Studio and ABP Solution Templates Version Compatibility +# ABP Studio and ABP Startup Template Version Mappings -This document provides an overview of the compatibility between various versions of ABP Studio and [ABP Solution Templates](../solution-templates/index.md). Use this reference to ensure that you are using the correct versions of ABP Studio and ABP for your projects. +This document provides a general overview of the relationship between various versions of ABP Studio and the ABP version of the [ABP Solution Templates](../solution-templates/index.md) used when generating a new solution. Each version of ABP Studio is configured to create solutions with a specific ABP version. However, once a solution is created, you can easily update it to the latest version of ABP via ABP Studio or [ABP CLI](../cli/index.md#update). -| **ABP Studio Version** | **ABP Version** | +| **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| | 0.8.0 | 8.2.3 | | 0.7.8 - 0.7.9 | 8.2.2 | @@ -11,6 +11,8 @@ This document provides an overview of the compatibility between various versions | 0.6.8 - 0.6.9 | 8.1.3 | | 0.6.7 | 8.1.1 | +# Working with ABP's Preview Versions + By default, ABP Studio uses stable versions to create solutions. Therefore, if you want to create a solution with a preview version, first you need to create a solution and then switch your solution to the preview version from the ABP Studio UI: ![](images/abp-studio-switch-to-preview.png) \ No newline at end of file