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

Replace BinaryFormatter with PSSerializer #241

Closed HowardWolosky closed 7 months ago

HowardWolosky commented 7 months ago

BinaryFormatter has been removed from PowerShell 7.4 (since it was removed from .NET 7), so replacing with PSSerializer which can accomplish the same thing.