I want to upgrade my project to latest abp version. Existing abp version: 9.0.5
First, i successfully updated Volo.Abp.Studio.Cli and Volo.Abp.Suite to the latest version. Then i tried runnig "abp update" command in project root folder.
I am getting console messages that almost all packages is up to date (except LeptonX and Volo.Abp.Studio.Client.AspNetCore)
8 Answer(s)
-
0
Hi, when using the
abp update
command, normally, the command checks the latest stable version from this file and then updates your project.So, it's really weird to see that. Can you try to update by specifying the version and see if it works for you:
abp update --version 9.1.1
-
0
Hi,
It works now. Thank you.
There are some enconding characters (%20) at the end of the latest-version.json file url. Is it possible that the latest version information cannot be obtained because of this when performing an ABP update?
-
0
Hi,
It works now. Thank you.
There are some enconding characters (%20) at the end of the latest-version.json file url.
Is it possible that the latest version information cannot be obtained because of this when performing an ABP update?Yes, it might be. I'll check that, thanks for pointing that out 👍
-
0
You're welcome 👍
-
0
-
0
-
0
Is the next patch release date obvious?
-
0
Is the next patch release date obvious?
We haven't decided on the date, but it will probably be next week.