What
Add a new PSResourceGet dependency type (PSResourceGet.ps1 + PSDependMap.psd1 entry) using:
- Find-PSResource
- Install-PSResource
- Save-PSResource
Why
PowerShellGet is deprecated. PSResourceGet is the supported replacement in PS 7.x environments.
This does not remove or modify the existing PSGalleryModule provider.
Status
PR #143 implements this. Review, test, and merge.
What
Add a new
PSResourceGetdependency type (PSResourceGet.ps1 + PSDependMap.psd1 entry) using:Why
PowerShellGet is deprecated. PSResourceGet is the supported replacement in PS 7.x environments.
This does not remove or modify the existing PSGalleryModule provider.
Status
PR #143 implements this. Review, test, and merge.