Skip to content

Commit

Permalink
Merge pull request #21282 from abpframework/auto-merge/rel-8-2/3167
Browse files Browse the repository at this point in the history
Merge branch rel-8.3 with rel-8.2
  • Loading branch information
maliming authored Nov 6, 2024
2 parents 59cdbb2 + b1cedb3 commit afffb22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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 |
Expand All @@ -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)

0 comments on commit afffb22

Please sign in to comment.