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

Add proxy for Update-ModuleManifest #26

Closed sdwheeler closed 1 year ago

sdwheeler commented 1 year ago

Summary of the new feature / enhancement

Update-ModuleManifest should be renamed to Update-PSModuleManifest in Microsoft.PowerShell.PSResourceGet to avoid the need for AllowClobber during installation. This means that we need a proxy cmdlet for the new name.

Proposed technical implementation details (optional)

No response