From 285ea6baee11cc49d18f9c3c49f2c8a90739931d Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 13 Nov 2024 15:44:36 +1300 Subject: [PATCH 1/3] Update to SSH.NET 2024.2.0 Update other NuGet Packages --- SshNet.PuttyKeyFile.Tests/SshNet.PuttyKeyFile.Tests.csproj | 6 +++--- SshNet.PuttyKeyFile/PuttyKeyFile.cs | 3 ++- SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/SshNet.PuttyKeyFile.Tests/SshNet.PuttyKeyFile.Tests.csproj b/SshNet.PuttyKeyFile.Tests/SshNet.PuttyKeyFile.Tests.csproj index f69f358..a8d59a6 100644 --- a/SshNet.PuttyKeyFile.Tests/SshNet.PuttyKeyFile.Tests.csproj +++ b/SshNet.PuttyKeyFile.Tests/SshNet.PuttyKeyFile.Tests.csproj @@ -8,9 +8,9 @@ - - - + + + diff --git a/SshNet.PuttyKeyFile/PuttyKeyFile.cs b/SshNet.PuttyKeyFile/PuttyKeyFile.cs index 5fbc276..00f1033 100644 --- a/SshNet.PuttyKeyFile/PuttyKeyFile.cs +++ b/SshNet.PuttyKeyFile/PuttyKeyFile.cs @@ -2,15 +2,16 @@ using System.Collections.Generic; using System.IO; using System.Linq; +using System.Numerics; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; +using Konscious.Security.Cryptography; using Renci.SshNet; using Renci.SshNet.Common; using Renci.SshNet.Security; using Renci.SshNet.Security.Cryptography.Ciphers; using SshNet.PuttyKeyFile.Extensions; -using Konscious.Security.Cryptography; using Renci.SshNet.Security.Cryptography; using HMACSHA1 = System.Security.Cryptography.HMACSHA1; using HMACSHA256 = System.Security.Cryptography.HMACSHA256; diff --git a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj index 1a5bfd8..2f55c83 100644 --- a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj +++ b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj @@ -19,8 +19,8 @@ - + - + From acd1a5144fa203da396f1d46cd7c77ec9fe3d4e4 Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 13 Nov 2024 16:14:37 +1300 Subject: [PATCH 2/3] Remove unused dependency --- SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj index 2f55c83..8e876f7 100644 --- a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj +++ b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj @@ -5,7 +5,7 @@ 9 enable SshNet.PuttyKeyFile - 2024.0.0.2 + 2024.2.0.3 $(Version) ssh;scp;sftp Extension to read and use Authentication Keys in PuTTY-Format @@ -20,7 +20,6 @@ - From 526f50f1033128000bbd1fa6156cfb95b71407c6 Mon Sep 17 00:00:00 2001 From: Kim Date: Tue, 26 Nov 2024 17:25:47 +1300 Subject: [PATCH 3/3] Update SSI.NET version string --- SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj index 8e876f7..4e99796 100644 --- a/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj +++ b/SshNet.PuttyKeyFile/SshNet.PuttyKeyFile.csproj @@ -19,7 +19,7 @@ - +