hi
i want to upgrade LeptonX from 3.0* to 3.2.0
without affecting with my project version as i use 8.0.2 and mr.EngincanV told me that there is no cli to do that behavior
so how to upgrade it manually to keep my solution v8.0.2 but LeptonX v3.2.0
thanks
-
ABP Framework version: v8.0.2
-
UI Type: Angular / MVC
6 Answer(s)
-
0
Hi, normally we suggest to align your ABP version with LeptonX Theme package versions. For example, for ABP v8.2.0, it's suggested to go with LeptonX 3.2.0. But, nevertheless, it's possible to use LeptonX v3.2.0 while your ABP version is 8.0.2, however, this might cause package inconsistencies, if there were any breaking changes between ABP v8.0.2 and v8.2.0.
Therefore, if you have option, just use
abp update --version 8.2.0
option to update your ABP package versions and LeptonX Theme package version to 8.2.0. If you don't want to do that, then you can manually update LeptonX Theme package version to 3.2.0 and see if there is any package inconsistencies or errors related to that.Regards.
-
0
yes sir this is my Q how to do that manually
-
0
will i just change all csproj files from 3.0.* to 3.2.0 or is there something should i do ?
-
0
???
-
0
will i just change all csproj files from 3.0.* to 3.2.0 or is there something should i do ?
Yes, changing this version to v3.2.0, and also updating the
package.json
files, is sufficient. Then, you can build your project and runabp install-libs
command, that's all.Regards.
-
0
On a side note, where can we track changes / roadmap for LeptonX?