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.54k stars 1.39k forks source link

apps version not correctly getted? #4459

Closed luoshengming closed 1 month ago

luoshengming commented 1 month ago

Brief description of your issue

The version numbers of the two software listed below are incorrect, even if I have upgraded to the latest version.

1715155785052

Steps to reproduce

run winget UPGRADE --include-unknown --rainbow

Expected behavior

Correctly display the software version number

Actual behavior

work

Environment

Windows: Windows.Desktop v10.0.22631.3527
Arquitectura del sistema: X64
Paquete: Microsoft.DesktopAppInstaller v1.22.11261.0
github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Trenly commented 1 month ago

This issue is caused by a version mapping in the Manifests over at winget-pkgs. I've linked PRs which will resolve this issue

Trenly commented 1 month ago

Close with reason: Linked PRs merged; Issue should be resolved now