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..4e99796 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 @@ -19,8 +19,7 @@ - - - + +