You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/Blog-Posts/2024-11-19 v9_0_Release_Stable/post.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
Today, [ABP](https://abp.io/) 9.0 stable version have been released based on [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
5
+
Today, [ABP](https://abp.io/) 9.0 stable version has been released based on [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0).
6
6
7
7
## What's New With Version 9.0?
8
8
@@ -14,7 +14,7 @@ All the new features were explained in detail in the [9.0 RC Announcement Post](
14
14
15
15
You can check the [Get Started page](https://abp.io/get-started) to see how to get started with ABP. You can either download [ABP Studio](https://abp.io/get-started#abp-studio-tab) (**recommended**, if you prefer a user-friendly GUI application - desktop application) or use the [ABP CLI](https://abp.io/docs/latest/cli) to create new solutions.
16
16
17
-
By default, ABP Studio uses stable versions to create solutions (please see [Version Mapping](https://abp.io/docs/latest/studio/version-mapping) documentation for ABP Studio & ABP Startup Template version mapping). Therefore, it will be creating the solution with the latest stable version, which is v9.0 for now, so you don't need to specify the version.
17
+
By default, ABP Studio uses stable versions to create solutions. Therefore, it will be creating the solution with the latest stable version, which is v9.0 for now, so you don't need to specify the version.**You can create solutions with ABP 9.0 starting from v0.9.11.**
18
18
19
19
### How to Upgrade an Existing Solution
20
20
@@ -28,6 +28,8 @@ After upgrading the ABP Studio, then you can open your solution in the applicati
28
28
29
29

30
30
31
+
> Please note that ABP CLI & ABP Studio only upgrade the related ABP packages, so you need to upgrade the other packages for .NET 9.0 manually.
32
+
31
33
### Upgrading via ABP CLI
32
34
33
35
Alternatively, you can upgrade your existing solution via ABP CLI. First, you need to install the ABP CLI or upgrade it to the latest version.
@@ -50,7 +52,9 @@ After installing/updating the ABP CLI, you can use the [`update` command](https:
50
52
abp update
51
53
```
52
54
53
-
> You can run this command in the root folder of your solution.
55
+
You can run this command in the root folder of your solution to update all ABP related packages.
56
+
57
+
> Please note that ABP CLI & ABP Studio only upgrade the related ABP packages, so you need to upgrade the other packages for .NET 9.0 manually.
54
58
55
59
## Migration Guides
56
60
@@ -85,4 +89,4 @@ In this episode of ABP Community Talks, 2024.7; we will dive into the features t
85
89
86
90
This version comes with some new features and a lot of enhancements to the existing features. You can see the [Road Map](https://docs.abp.io/en/abp/9.0/Road-Map) documentation to learn about the release schedule and planned features for the next releases. Please try ABP v9.0 and provide feedback to help us release more stable versions.
0 commit comments