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

V1 msix support #217

Closed HowardWolosky closed 3 years ago

HowardWolosky commented 3 years ago

Adds PackageTool support for the msix* file extensions by cherry-picking the following commits from the v2 branch:

94d98dffcd8d3b0f3d0c895828bb3a592da2ef0d d7d1a4c73b3f2ea5e3d414525da16e44fe4dc704 bc7396f408a1a8fec1ef46c54a51cdefd3ff0467 cf2379a8b6e60032f6c1fd1cd17ae27bd7b2318f c414efd76f9959b0040877649ecb8844f876357e

This combination of commits does the following:

Resolves #216