diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 5222de9a06..2914bbb739 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -184,6 +184,10 @@ { "text": "Concepts", "path": "studio/concepts.md" + }, + { + "text": "Version Compatibility", + "path": "studio/version-compatibility.md" } ] }, diff --git a/docs/en/studio/images/abp-studio-switch-to-preview.png b/docs/en/studio/images/abp-studio-switch-to-preview.png new file mode 100644 index 0000000000..7797d07083 Binary files /dev/null and b/docs/en/studio/images/abp-studio-switch-to-preview.png differ diff --git a/docs/en/studio/version-compatibility.md b/docs/en/studio/version-compatibility.md new file mode 100644 index 0000000000..b8142f8cc0 --- /dev/null +++ b/docs/en/studio/version-compatibility.md @@ -0,0 +1,15 @@ +# 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.7.8 | 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