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?
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
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.jsonby changing the version and run theyarncommand, or you can run in theangularfolder;or