v0.4.2
See CHANGELOG.md for what's new.
Runtime dependencies: Install these once before launching the MSIX package:
If launch fails with DEP0840 and mentions MicrosoftCorporationII.WinAppRuntime.Main.2 or MicrosoftCorporationII.WinAppRuntime.Singleton, reinstall the runtime dependencies above.
Installation: Download both the .cer and .msix files from the assets below.
- Install the runtime dependencies listed above.
- Install the certificate:
Import-Certificate -FilePath ".\AudioPlaybackConnector2.cer" -CertStoreLocation "Cert:\LocalMachine\Root"
- Install the MSIX package:
Add-AppxPackage -Path ".\AudioPlaybackConnector2 (Package)_0.4.2.0_x64.msix"
Releases are signed with a self-signed certificate. A free open-source code-signing certificate has been requested but approval may take some time.