Browse Source

Add studio-abp version compatibility document.

pull/20605/head
EngincanV 2 years ago
parent
commit
8387b762c5
  1. 4
      docs/en/docs-nav.json
  2. BIN
      docs/en/studio/images/abp-studio-switch-to-preview.png
  3. 15
      docs/en/studio/version-compatibility.md

4
docs/en/docs-nav.json

@ -184,6 +184,10 @@
{
"text": "Concepts",
"path": "studio/concepts.md"
},
{
"text": "Version Compatibility",
"path": "studio/version-compatibility.md"
}
]
},

BIN
docs/en/studio/images/abp-studio-switch-to-preview.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

15
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)
Loading…
Cancel
Save