jdhitsolutions / WingetTools

A set of PowerShell tools for working with the winget package manager.
MIT License
146 stars 14 forks source link

Get-WGUpgrade incorrectly parsing #4

Closed jdhitsolutions closed 2 years ago

jdhitsolutions commented 2 years ago

Regex pattern in Get-WGUpgrade is failing.

jdhitsolutions commented 2 years ago
PS C:\> Get-WGUpgrade

Name                                                                     ID
----                                                                     --     
Visual Studio Community 2022 Microsoft.VisualStudio.2022.Community       17.1.0 
Discord                      Discord.Discord                             1.0.90…
MozBackup                    JasnaPaka.MozBackup                         Unknown
Mozilla Thunderbird          Mozilla.Thunderbird                         91.6.1 
WinRAR                       RARLab.WinRAR                               6.10.0 
Zoom                         Zoom.Zoom                                   5.9.37…
jdhitsolutions commented 2 years ago

Fixed in v1.2.0. Same problem as Issue#3