PowerShell / PowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
MIT License
49 stars 13 forks source link

Rename parameter `-Tags` to `-Tag` #19

Closed jpawlowski closed 1 year ago

jpawlowski commented 2 years ago

In version 0.0.2, the -Tag parameter is translated to -Tags instead of -Tag:

Find-PSResource: A parameter cannot be found that matches parameter name 'Tags'.

This is not accepted by the latest versions of PowerShellGet and shall be fixed in CompatPowerShellGet.

alerickson commented 1 year ago

Thanks for opening this issue @jpawlowski! This should be resolved as of the 0.0.4. If you're still encountering this problem feel free to open up a new issue.