microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
472 stars 83 forks source link

wingetcreate does not update upgrade code #523

Open vedantmgoyal9 opened 3 months ago

vedantmgoyal9 commented 3 months ago

Brief description of your issue

Title.

Steps to reproduce

Just take any manifest from winget-pkgs, and run winget update.

Expected behavior

wingetcreate should update upgrade code, as it is readily available from msi database.

Actual behavior

wingetcreate does neither update upgrade code, and nor remove it. hence, upgrade code from previous version is carried onto later versions which can potentially cause issues with winget upgrade.

Environment

Latest wingetcreate version.