Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Xeno Innovations, Inc
# Copyright 2023 Xeno Innovations, Inc

# Generic Visual Studio files
*.bak
Expand Down
28 changes: 28 additions & 0 deletions marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,34 @@ To contribute, please pick off an item from the project or issue page. We'd love

This document contains the release information for the project.

### 2.1

* Update: Code cleanup
* Update: Moved RSA SHA256 classes into their own files for separation of responsibility
* Update: Enabled `SSH` for remote debugging by default instead of using `PLink` (_still experimental_)
* Removed: Out of date files (.NET 5 sample applications, UpgradeLog.htm, LinuxDebugger-2019.sln)

### 2.0.3.2 (Preview)

Contributor: [ZeuSWarE GmbH](https://github.com/zeusware) - PR: #62

* Added: The RSA-SHA2-256 for SSH.Net for interpreting private keys made by `ssh-keygen -m PEM -t rsa -b 4096` allowing connecting directly.
* Ubuntu 22.04 LTS OpenSSH package does not support the ssh algo: `ssh-rsa` you intended being generating via `ssh-keygen -m PEM -t rsa -b 4096` by default anymore
* Added: Using a ppk via plink is obsolete if u gen the key via PowerShell `ssh-keygen`, so u have now the option to use the system integrated ssh.exe (PS 6 integrate that by default)

### 2.0.3

Contributor: [Claas Hilbrecht](https://github.com/clahil-linum) - PR: #59

* Fixed: As per #32 add `vsdbg` constant to debugger full path.
* Update: Options descriptions are now more clear about the .NET executable. It's not a path but the dotnet executable.

### 2.0.2

* Fixed: As per #53, cleaned up exponential Build status messages.
* Added: Submenu item to "Options" to quickly access to Linux Debugger's Options dialog
* Update: Refactored options mechanism in prep for custom profiles.

### 2.0.1 (Prev-1)

* Added: Option to set output window focus to Linux Debugger, default=`false`. (PR #46)
Expand Down
21 changes: 19 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,27 @@

This document contains the release information for the project.

### 2.1

* Update: Code cleanup
* Update: Moved RSA SHA256 classes into their own files for separation of responsibility
* Update: Enabled `SSH` for remote debugging by default instead of using `PLink` (_still experimental_)
* Removed: Out of date files (.NET 5 sample applications, UpgradeLog.htm, LinuxDebugger-2019.sln)

### 2.0.3.2 (Preview)

Contributor: [ZeuSWarE GmbH](https://github.com/zeusware) - PR: #62

* Added: The RSA-SHA2-256 for SSH.Net for interpreting private keys made by `ssh-keygen -m PEM -t rsa -b 4096` allowing connecting directly.
* Ubuntu 22.04 LTS OpenSSH package does not support the ssh algo: `ssh-rsa` you intended being generating via `ssh-keygen -m PEM -t rsa -b 4096` by default anymore
* Added: Using a ppk via plink is obsolete if u gen the key via PowerShell `ssh-keygen`, so u have now the option to use the system integrated ssh.exe (PS 6 integrate that by default)

### 2.0.3

* Fixed: As per #32 add vsdbg constant to debugger full path.
* Added: Try to be more clear about the .NET executable in user options. It's not a path but the dotnet executable.
Contributor: [Claas Hilbrecht](https://github.com/clahil-linum) - PR: #59

* Fixed: As per #32 add `vsdbg` constant to debugger full path.
* Update: Options descriptions are now more clear about the .NET executable. It's not a path but the dotnet executable.

### 2.0.2

Expand Down
25 changes: 0 additions & 25 deletions sandbox/ConsoleNet5.sln

This file was deleted.

15 changes: 0 additions & 15 deletions sandbox/ConsoleNet5/ConsoleNet5.csproj

This file was deleted.

43 changes: 0 additions & 43 deletions sandbox/ConsoleNet5/Program.cs

This file was deleted.

25 changes: 0 additions & 25 deletions sandbox/GuiNet5.sln

This file was deleted.

13 changes: 0 additions & 13 deletions sandbox/GuiNet5/App.axaml

This file was deleted.

65 changes: 0 additions & 65 deletions sandbox/GuiNet5/App.axaml.cs

This file was deleted.

Binary file removed sandbox/GuiNet5/Assets/avalonia-logo.ico
Binary file not shown.
24 changes: 0 additions & 24 deletions sandbox/GuiNet5/GuiNet5.csproj

This file was deleted.

33 changes: 0 additions & 33 deletions sandbox/GuiNet5/Program.cs

This file was deleted.

14 changes: 0 additions & 14 deletions sandbox/GuiNet5/Properties/launchSettings.json

This file was deleted.

17 changes: 0 additions & 17 deletions sandbox/GuiNet5/RegionNames.cs

This file was deleted.

20 changes: 0 additions & 20 deletions sandbox/GuiNet5/ViewModels/DashboardViewModel.cs

This file was deleted.

10 changes: 0 additions & 10 deletions sandbox/GuiNet5/ViewModels/SettingsViewModel.cs

This file was deleted.

10 changes: 0 additions & 10 deletions sandbox/GuiNet5/ViewModels/ShellWindowViewModel.cs

This file was deleted.

Loading