Skip to content
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

The lowest version will be used if the version number is omitted #156

Closed
nowsprinting opened this issue Mar 5, 2024 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@nowsprinting
Copy link
Contributor

The lowest version will be used.

conditions:

  • version number is omitted
  • package name is start with com.unity

e.g.,

$ openupm add -f com.unity.test-framework
notice manifest modified com.unity.test-framework 1.4.2 => 0.0.4-preview
notice please open Unity project to apply changes
@favoyang
Copy link
Member

favoyang commented Mar 5, 2024

I confirmed this is a bug introduced after 1.19.7.

@favoyang favoyang added the bug Something isn't working label Mar 5, 2024
@favoyang
Copy link
Member

favoyang commented Mar 5, 2024

Even adding the @latest tag will still install the lowest version.

github-actions bot pushed a commit that referenced this issue Mar 6, 2024
## [1.19.11](1.19.10...1.19.11) (2024-03-06)

### Bug Fixes

* parse corrected latest version from Unity registry (close [#156](#156)) ([62aaf2b](62aaf2b))
@favoyang
Copy link
Member

favoyang commented Mar 6, 2024

Fixed in v1.19.11.

@nowsprinting
Copy link
Contributor Author

@favoyang Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants