microsoft / StoreBroker

A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store. The master branch is stable and the v2 branch is under active development.
Other
97 stars 40 forks source link

Proper fix for DeepCopy-Object #245

Closed HowardWolosky closed 7 months ago

HowardWolosky commented 7 months ago

The previous fix (#241) for #240 accidentally referenced the parameter as $InputObject instead of $Object.