PSResourceGet
PSResourceGet copied to clipboard
`Uninstall-PSResource` should take `Version` from `ValueFromPipelineByPropertyName`
Summary of the new feature / enhancement
As a user I want to be able to pipe Get-InstalledPSResource SomeModule to Uninstall-PSResource.
Currently if you try to pipe a single version to Unisntall-PSResource it will try to uninstall all of them:

Using Uninstall-PSResource -Name SomeModule -Version 2.0.0 works, but should be pipeable ideally.
Proposed technical implementation details (optional)
No response
Thanks @SeeminglyScience looks like this is an issue we thought we addressed in preview 11 but is still an issue
Resolved in https://github.com/PowerShell/PowerShellGet/pull/593