Some packages don't provide `Version` info, and `winget upgrade` constantly reports those. # Steps to reproduce The following snippet will install a couple of packages that I identified with the issue. ```PowerShell winget install LINQPad.LINQPad.5; winget install LINQPad.LINQPad.6; winget install Google.CloudSDK; ``` # Expected behavior `winget upgrade` should present the existing `Version`. # Actual behavior It shows the version as `Unknown`; even itself installed the packages.  # Environment ``` Windows Package Manager v1.0.11692 Windows: Windows.Desktop v10.0.19043.1052 Package: Microsoft.DesktopAppInstaller v1.12.11692.0 ```