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

Change 'Url' params to 'Uri ' #20

Closed alerickson closed 2 years ago

alerickson commented 2 years ago

This PR cahnges the -Url parameter to -Uri in Register-PSResourceRepository and Set-PSResourceRepository to reflect the updates made in PowerShellGetv3 with this PR: https://github.com/PowerShell/PowerShellGet/pull/551