Skip to content

Commit 4e01cb1

Browse files
authored
Update post.md
1 parent 91515f2 commit 4e01cb1

File tree

1 file changed

+8
-4
lines changed
  • docs/en/Blog-Posts/2024-11-19 v9_0_Release_Stable

1 file changed

+8
-4
lines changed

docs/en/Blog-Posts/2024-11-19 v9_0_Release_Stable/post.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](cover-image.png)
44

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).
66

77
## What's New With Version 9.0?
88

@@ -14,7 +14,7 @@ All the new features were explained in detail in the [9.0 RC Announcement Post](
1414

1515
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.
1616

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.**
1818

1919
### How to Upgrade an Existing Solution
2020

@@ -28,6 +28,8 @@ After upgrading the ABP Studio, then you can open your solution in the applicati
2828

2929
![](switch-to-stable.png)
3030

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+
3133
### Upgrading via ABP CLI
3234

3335
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:
5052
abp update
5153
```
5254

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.
5458
5559
## Migration Guides
5660

@@ -85,4 +89,4 @@ In this episode of ABP Community Talks, 2024.7; we will dive into the features t
8589

8690
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.
8791

88-
Thanks for being a part of this community!
92+
Thanks for being a part of this community!

0 commit comments

Comments
 (0)