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 Force parameters to proxies for Update-* cmdlets #32

Closed alerickson closed 1 year ago

alerickson commented 1 year ago

PR Summary

Force parameters were being incorrectly removed from Update-Module and Update-Script proxies. This PR allows for Force param to be passed through to Update-PSResource.

PR Context

Resolves #28