microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.55k stars 1.4k forks source link

Specify minimum version of a package with WinGetPackage DSC Resource #4397

Open denelon opened 2 months ago

denelon commented 2 months ago

Description of the new feature / enhancement

I want to be able to specify a minimum version. I can specify a maximum version, but not a minimum version.

This assumes if both a minimum and maximum version are specified, they don't create an impossible version to install.

Proposed technical implementation details

No response