Replies: 1 comment
-
This is not directly possible yet, but it is something that is planned to be added: #800 It is possible via a wrapper script, see this example for python3: chocolatey-community/chocolatey-packages#1602 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to upgrade to the latest released version of a package with a specific major version? Similarly to npm?
choco upgrade my-awesome-package --version ^1.1.1
This should get the latest release version of major 1
I need this feature when package A depends on package B, but B has a newer minor or patch release after release of A
Beta Was this translation helpful? Give feedback.
All reactions