Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 09:26
· 74 commits to main since this release

Initial Release

Initial release supporting Visual Studio 2022 17.2 or newer.

Features

  • SSH authentication using private keys.
  • Debug .NET framework dependant application.
  • Deploy the project output folder via SCP to the target device.
  • Publish (running dotnet publish) before deploying the application.
  • Install vsdbg automatically (configurable).
  • Install .NET on the target device.
  • Supporting command to setup SSH authentication.

Bug Fixes

  • none