ABP Framework and ABP Commercial 6.0 versions have been released today.

What's new with ABP 6.0?

All the new features are explained in detail in the 6.0 RC Announcement Post. See the RC Blog Post for all the features and enhancements. This is the stable version of 6.0. You can safely upgrade your existing solution or create a new production-level solution.

Getting started with 6.0

Creating new solutions

You can create a new solution with the ABP Framework version 6.0 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

Firstly, install the ABP CLI or upgrade to the latest version.

If you haven't installed it 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.3 that are upgrading to version 6.0:

Community news

New ABP community posts

Here are some of the recent posts added to the ABP Community:

Thanks to the ABP Community for all the content they have published. You can also post your ABP-related (text or video) content to the ABP Community.

ABP by numbers

We have worked for 22 weeks on the 6.0 release. During this time, we closed 589 GitHub issues and merged 601 pull requests. For the new features and bug fixes, we made 3421 GitHub commits. We published 321 NuGet and 49 NPM packages. 50 contributors took part in this release, and 19 are first-time contributors. Thanks to everyone taking part in this version.

image.png

About the next version

The next feature version will be 7.0. It is planned to release the 7.0 RC (Release Candidate) on November 15 and the final version on December 13, 2022. You can follow the release planning here.

Please submit an issue if you have any problems with this version.