diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 12dd05e83b..bcaafb4aa7 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 56% rename from docs/en/studio/version-compatibility.md rename to docs/en/studio/version-mapping.md index a9784528b6..0741820956 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.9.5 | 8.3.3 | | 0.9.2 to 0.9.4 | 8.3.2 | @@ -15,6 +15,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