docs/en/Blog-Posts/2021-04-26 v4_3_Release_Stable/POST.md
ABP Framework and ABP Commercial 4.3 versions have been released today.
Since all the new features are already explained in details with the 4.3 RC announcement posts, I will not repeat all the details again. See the related blog posts for all the features and enhancements;
With this version, we've created a minimalist quick start tutorial for developers who are new to the ABP Framework.
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
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.
Check the migration guides (for ABP Framework & for ABP Commercial) for the applications with the version 4.2.x upgrading to the version 4.3.0.
The next feature version will be 4.4. It is planned to release the 4.4 RC (Release Candidate) at the end of Quarter 2, 2021. See the updated road maps;