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

v2 New-SubmissionPackage: Fix PowerShell 6+ compatibility #222

Closed DHowett closed 4 months ago

DHowett commented 2 years ago

PowerShell 6+'s JSON deserializer deserializes numbers as int64. By checking for both, we can grow PS6+ compatibility and keep PS<=5.1 compatibility.

DHowett commented 2 years ago

Notes at https://github.com/PowerShell/PowerShell/issues/14264

DHowett commented 4 months ago

please