-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abp update with Volo.Abp.Cli does not upgrade to the correct version #22291
Comments
hi @skoc10 Should we update the https://github.com/abpframework/abp/blob/dev/latest-versions.json ? |
After completed 9.1.0 release test @gizemmutukurt update this file with this pr https://github.com/abpframework/abp/pull/22284/files |
@skoc10 Hello everyone, I hope you're doing well. I've always had this question about Volo.Abp.Studio.Cli. For example, it's currently at version 0.9.23, but when I initialize or update a project, it uses release 9.0.4. However, in ABP's official repository, the latest version is already 9.1.0. Aren't they in sync? I thought that whenever a new release was uploaded to the official repository, the ABP CLI would automatically sync with that version. However, it's now several versions behind. Is there a way to know which release version (for example, Thanks, and great to greet you all! |
@xxxJotaxxx ABP Studio and ABP Framework (the core framework & modules) are versioned and deployed separately. This is because ABP Studio is in its early stages and we want to release it more frequently than ABP Framework. So, when you create a new solution with ABP Studio, it may not use ABP's latest version. In every ABP release, we upgrade the startup templates (that you create solutions from), test it, migrate (make changes) if necessary. Then it is shipped with the next ABP Studio version. We do our best to keep them in sync (or close). However, that is not a big problem. After creating a new solution with ABP Studio, you can immediately upgrade your solution to the latest stable ABP version. Just be careful if there are some changes you should do in your solution after the upgrade operation (You can check it in the migration guides: https://abp.io/docs/latest/release-info/migration-guides).
No, just create a dummy project and see it :) |
As a small addition, you can refer to the version mapping document for this. |
Thanks for the suggestion. We have an internal issue similar to this, I am adding your suggestion there as an extra note. |
Is there an existing issue for this?
Description
I am using version 9.1.0 and I am waiting for the update command to upgrade the packages to version 9.1.0 but it says 9.0.2 is up to date
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.1.0
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: