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

ConvertFrom-ExistingSubmission adds incorrect tags #234

Open joseartrivera opened 2 years ago

joseartrivera commented 2 years ago

ConvertFrom-ExistingSubmission.ps1 adds some incorrect tags with capitalization like '150X150' when the API expects this in lowercase '150x150'. We should pass through the tags and double check that they are all still in the valid formats.