Skip to content

Releases: ygoe/DotnetSshDeploy

Version 1.0.0

11 Jun 09:54
v1.0.0
Compare
Choose a tag to compare
  • Updated to .NET 6.0 and Framework 4.8
  • Updated SSH.NET dependency to resolve a moderate security issue

Version 0.4.1

09 Mar 19:58
Compare
Choose a tag to compare

Converted to .NET tool, removed .NET Core 3.1 target

Version 0.4.0

01 Mar 22:36
Compare
Choose a tag to compare
  • Improved upload progress (laggy updates and sometimes negative remaining time)
  • Compare file time and size, also upload older local files
  • Delete directories recursively
  • Don't ask to delete files if their parent directory has already been confirmed for deletion
  • Retarget to .NET Core 3.1 and 5.0 (latest version with support for .NET Core 2.x is 0.3.2)

Warning: This version might not work due to a bug in dotnet CLI. Try 0.3.2 instead. Be sure to bring an old .NET Core 2 runtime.

Version 0.3.2

05 Mar 22:54
Compare
Choose a tag to compare
  • Improved upload progress (laggy updates and sometimes negative remaining time)
  • Compare file time and size, also upload older local files
  • Delete directories recursively
  • Don't ask to delete files if their parent directory has already been confirmed for deletion

This is a maintenance update that is basically the same as 0.4.0 but still targets .NET Core 2.0. dotnet CLI tools cannot use any newer version so this has to be used instead (see also issue #5). I cannot build it properly anymore so unfortunately there's no standalone .exe file available for this release. The NuGet package is available as usual.

Version 0.3.1

30 Jan 21:46
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Fixed threading bug that could corrupt a List and lead to wrong remote scans or crashes

Version 0.3.0

16 Mar 19:07
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Multi-threaded remote file operations

Version 0.2.0

09 Feb 17:49
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Added upload progress output

Version 0.1.0

06 Feb 17:24
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First public release