Allow specifying partial version number parameter #1132
Labels
Issue-Feature
This is a feature request for the Windows Package Manager client.
Resolution-Duplicate
Issue is a duplicate
Milestone
Description of the new feature/enhancement
Allow specifying a partial version number. For example for package Microsoft.VisualStudio.2019.Enterprise major and minor version numbers match the "public marketing" versions, but then use build numbers or something past that (like 16.9.31313.27, instead of 16.9.6). Often I just want to upgrade to the latest patch of a specific major, or major.minor version.
Proposed technical implementation details (optional)
Please allow specifying version like the following, matching the latest unspecified segments:
winget install --Id Microsoft.VisualStudio.2019.Enterprise --version 16.9
The text was updated successfully, but these errors were encountered: