-
Notifications
You must be signed in to change notification settings - Fork 252
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
UI: Action changes to updating previous version after installing #1
Comments
Ended up breaking apart the Upgrade/Downgrade choices for project-level management, while retaining the Update option for solution-level management. For a project, it's now a clear separation between Upgrade and Downgrade, and the action ordering urges you to upgrade first, but if there are no upgrades available, then uninstall is selected rather than downgrade. For solution-level management, the distinction between upgrade and downgrade wouldn't really work because a new version could be an upgrade for one project but a downgrade for another. So I left it as just Update at the solution level. |
After installing the latest version of a package, the following happens:
When selecting a package that is already installed, here's what I'm thinking we should do:
The text was updated successfully, but these errors were encountered: