ABP.IO Platform 5.3 Final Has Been Released
ABP Framework and ABP Commercial 5.3 versions have been released today.
What's New with 5.3?
Since all the new features are already explained in details with the 5.3 RC Announcement Post, I will not repeat all the details again. See the RC Blog Post for all the features and enhancements.
Getting Started with 5.3
Creating New Solutions
You can create a new solution with the ABP Framework version 5.3 by either using the abp new
command or using the direct download tab on the get started page.
See the getting started document for more.
How to Upgrade an Existing Solution
Install/Update the ABP CLI
First of all, install the ABP CLI or upgrade to the latest version.
If you haven't installed yet:
dotnet tool install -g Volo.Abp.Cli
To update an existing installation:
dotnet tool update -g Volo.Abp.Cli
Upgrading Existing Solutions with the ABP Update Command
ABP CLI provides a handy command to update all the ABP related NuGet and NPM packages in your solution with a single command:
abp update
Run this command in the root folder of your solution.
Migration Guides
Check the following migration guides for the applications with version 5.2 that are upgrading to version 5.3.
Community News
New ABP Community Posts
Here are some of the recent posts added to the ABP Community:
- Integrating Elsa .NET Workflows with ABP Commercial by kirtik.
- ABP's Conventional Dependency Injection by iyilm4z.
- How to implement Single Sign-On with ABP commercial application by kirtik.
- Introduce DTM for Multi-Tenant Multi-Database Scene by gdlcf88.
Thanks to the ABP Community for all the contents they have published. You can also post your ABP related (text or video) contents to the ABP Community.
About the Next Version
The next feature version will be 6.0. It is planned to release the 6.0 RC (Release Candidate) on July 19 and the final version on August 16, 2022. You can follow the release planning here.
Please submit an issue if you have any problems with this version.
Comments
No one has commented yet, be the first to comment!