Skip to content

Releases: Keitark/winrcp

v0.1.0

15 Mar 12:48
233af77

Choose a tag to compare

WinRCP v0.1.0

First public release of WinRCP.

Included asset

  • winrcp-v0.1.0-win-x64.zip
    • self-contained Windows win-x64 package
    • no source build step required to run

Notes

  • This release ships as a portable package, not a full MSI/MSIX installer.
  • MIDI output currently uses the Windows WinRT MIDI 1.0 API.
  • Supported formats in the app are RCP/G36 playback paths currently implemented in the repository.

Build basis

  • commit: 233af7719f1d5e7ffce6fb333098c35825fae10b
  • publish command: dotnet publish src/RcpPlayer.App/RcpPlayer.App.csproj -c Release -r win-x64 --self-contained true