diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index f8c8cb8eeb..8d8dcd37ca 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-compatibility.md deleted file mode 100644 index 812db493b9..0000000000 --- a/docs/en/studio/version-compatibility.md +++ /dev/null @@ -1,16 +0,0 @@ -# ABP Studio and ABP Solution Templates Version Compatibility - -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. - -| **ABP Studio Version** | **ABP Version** | -|------------------------|---------------------------| -| 0.8.0 | 8.2.3 | -| 0.7.8 - 0.7.9 | 8.2.2 | -| 0.7.4 to 0.7.7 | 8.2.1 | -| 0.7.0 to 0.7.3 | 8.2.0 | -| 0.6.8 - 0.6.9 | 8.1.3 | -| 0.6.7 | 8.1.1 | - -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 diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md new file mode 100644 index 0000000000..e28b066460 --- /dev/null +++ b/docs/en/studio/version-mapping.md @@ -0,0 +1,18 @@ +# ABP Studio and ABP Startup Template Version Mappings + +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 of Startup Template** | +|------------------------|---------------------------| +| 0.8.0 | 8.2.3 | +| 0.7.8 - 0.7.9 | 8.2.2 | +| 0.7.4 to 0.7.7 | 8.2.1 | +| 0.7.0 to 0.7.3 | 8.2.0 | +| 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