docs/en/Blog-Posts/2021-12-15 v5_0_Release_Stable/POST.md
ABP Framework and ABP Commercial 5.0 versions have been released today.
Since all the new features are already explained in details with the 5.0 RC.1 Announcement Post, I will not repeat all the details again. See the RC Blog Post for all the features and enhancements.
You can create a new solution with the ABP Framework version 5.0 by either using the abp new command or using the direct download tab on the get started page.
Type the following command in a command-line terminal to install the ABP CLI version 5.0:
dotnet tool install -g Volo.Abp.Cli --version 5.0.0
To upgrade your existing ABP CLI installation:
dotnet tool update -g Volo.Abp.Cli --version 5.0.0
Then you can create a new solution using the abp new command:
abp new Acme.BookStore
See the getting started document for details.
Check the migration guide for the applications with the version 4.x upgrading to the version 5.0. Also see the upgrading guide to understand how to update existing solutions.
As the core ABP development team, we've decided to organize monthly live meetings with the ABP community. The first live meeting will be at December 16, 2021, 17:00 (UTC) on YouTube. ABP core team members will present some of the new features coming with ABP 5.0.
Join this event on the Kommunity platform: https://kommunity.com/volosoft/events/abp-community-talks-4afca9c9
See you in the event!