Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 26 May 22:04

See CHANGELOG.md for what's new.

Runtime dependencies: Install these once before launching the MSIX package:

  1. WinAppRuntime.Singleton
  2. Windows App SDK 2.0 runtime

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.

  1. Install the runtime dependencies listed above.
  2. Install the certificate:
    Import-Certificate -FilePath ".\AudioPlaybackConnector2.cer" -CertStoreLocation "Cert:\LocalMachine\Root"
  3. 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.