Abp: Upgrade to the lastest abp versions

Created on 24 Mar 2020  路  2Comments  路  Source: abpframework/abp

I downloaded a new startup template project (2.2.1) with angular. Now that 2.3.0 have been released, what do I need to do to have all the new features/fixes from API and FRONT?
I guess this (https://docs.abp.io/en/abp/latest/CLI#update) is a shortcut from updating each csproj nugets pkgs... what else?

Most helpful comment

There is no guide for Angular but it's very easy to update. You can manually update the ABP versions in package.json by changing the version and run the yarn command, or you can run in the angular folder;

abp update --npm

or

npx npm-check-updates "/^@(abp|volo).*$/" -u && yarn

All 2 comments

hi
For C# you just need to upgrade the package. Of course pay attention to some breaking changes. This information can be found in the release. https://github.com/abpframework/abp/releases

@mehmet-erim Is there any upgrade guide for angular?

There is no guide for Angular but it's very easy to update. You can manually update the ABP versions in package.json by changing the version and run the yarn command, or you can run in the angular folder;

abp update --npm

or

npx npm-check-updates "/^@(abp|volo).*$/" -u && yarn
Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChangYinShung picture ChangYinShung  路  3Comments

hikalkan picture hikalkan  路  3Comments

hikalkan picture hikalkan  路  3Comments

leonkosak picture leonkosak  路  3Comments

hikalkan picture hikalkan  路  3Comments