jdhitsolutions / WingetTools

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

[Bug]: Get-WGInstalled is inconsistent #2

Closed jdhitsolutions closed 2 years ago

jdhitsolutions commented 2 years ago

Describe the problem

Get-WGInstalled is providing inconsistent results. image

Expectation

The custom object should have correct data for all property names.

Additional Information

No response

PowerShell version

7.2

Platform

Windows 11 Pro or Enterprise

Additional Checks

jdhitsolutions commented 2 years ago

Updated regex parsing for package name and revised conversion function to create a more consistent and standard object. This should be fixed in v1.1.0

jdhitsolutions commented 2 years ago

Hopefully resolved with 5e0c16f