Releases: MichaelKoster70/RemoteDebuggerLaunchExtension
Releases · MichaelKoster70/RemoteDebuggerLaunchExtension
v0.12.1
v0.12.0
0.12.0
Add support for .NET 8
Features
- Added support for .NET 8
Bug Fixes
- none
v0.11.1
0.11.1
fixes Visual Studio 17.4 prerequisite
Features
- none
Bug Fixes
- fixed VS prerequisites
v0.11.0
Overview
Feature release to support HHTPS certificate setup.
Features
- upgraded to support Visual Studio 17.4 or newer.
- Added a command to setup HTTPS dev certificates.
Bug Fixes
- none
v0.10.0
Overview
New features and bugfix release increasing stability.
Features
- check if cURL is installed when installing .NET or vsdbg
- fix analyzer warnings
- added message how to add .NET to search path
- added support to publish app as self contained apps
- added support for debugging self contained apps
Bug Fixes
- fixed caption for error messages
v0.9.0
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