diff --git a/Posh-SSH/Assembly/Microsoft.Bcl.AsyncInterfaces.dll b/Posh-SSH/Assembly/Microsoft.Bcl.AsyncInterfaces.dll
new file mode 100644
index 0000000..c828d99
Binary files /dev/null and b/Posh-SSH/Assembly/Microsoft.Bcl.AsyncInterfaces.dll differ
diff --git a/Posh-SSH/Assembly/Renci.SshNet.dll b/Posh-SSH/Assembly/Renci.SshNet.dll
index 687db93..ed64648 100644
Binary files a/Posh-SSH/Assembly/Renci.SshNet.dll and b/Posh-SSH/Assembly/Renci.SshNet.dll differ
diff --git a/Posh-SSH/Assembly/System.Threading.Tasks.Extensions.dll b/Posh-SSH/Assembly/System.Threading.Tasks.Extensions.dll
new file mode 100644
index 0000000..dfab234
Binary files /dev/null and b/Posh-SSH/Assembly/System.Threading.Tasks.Extensions.dll differ
diff --git a/Posh-SSH/Posh-SSH.psd1 b/Posh-SSH/Posh-SSH.psd1
index 6f44a90..729403b 100644
--- a/Posh-SSH/Posh-SSH.psd1
+++ b/Posh-SSH/Posh-SSH.psd1
@@ -12,7 +12,7 @@
#RootModule = ''
# Version number of this module.
-ModuleVersion = '3.1.1'
+ModuleVersion = '3.1.2'
# ID used to uniquely identify this module
GUID = 'f5c99306-7b5a-4fca-a052-f79ad1e48fbf'
@@ -51,7 +51,7 @@ PowerShellVersion = '5.1'
# RequiredModules = @()
# Assemblies that must be loaded prior to importing this module
-RequiredAssemblies = @('Assembly\Newtonsoft.Json.dll','Assembly\Renci.SshNet.dll', 'Assembly\SshNet.Security.Cryptography.dll')
+RequiredAssemblies = @('Assembly\System.Threading.Tasks.Extensions.dll','Assembly\Microsoft.Bcl.AsyncInterfaces.dll','Assembly\Newtonsoft.Json.dll','Assembly\Renci.SshNet.dll', 'Assembly\SshNet.Security.Cryptography.dll')
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
diff --git a/Posh-SSH/PoshSSH.dll b/Posh-SSH/PoshSSH.dll
index e8c4e8a..9dbca6a 100644
Binary files a/Posh-SSH/PoshSSH.dll and b/Posh-SSH/PoshSSH.dll differ
diff --git a/Source/PoshSSH/PoshSSH.Core/PoshSSH.Core.csproj b/Source/PoshSSH/PoshSSH.Core/PoshSSH.Core.csproj
index fc3e4a8..ab1b651 100644
--- a/Source/PoshSSH/PoshSSH.Core/PoshSSH.Core.csproj
+++ b/Source/PoshSSH/PoshSSH.Core/PoshSSH.Core.csproj
@@ -6,6 +6,9 @@
SSH
PoshSSH
PackageReference
+ 3.1.2.0
+ 3.1.2.0
+ 3.1.2
@@ -33,7 +36,7 @@
-
+
1.3.0
diff --git a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.deps.json b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.deps.json
index 8bbaa60..cea9eb6 100644
--- a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.deps.json
+++ b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.deps.json
@@ -1,23 +1,34 @@
{
"runtimeTarget": {
"name": ".NETStandard,Version=v2.0/",
- "signature": "1c29894f4e98a18a46b4ef3d88fe6ab552e3c6d5"
+ "signature": ""
},
"compilationOptions": {},
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
- "PoshSSH/1.0.0": {
+ "PoshSSH/3.1.2": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"PowerShellStandard.Library": "5.1.1",
- "SSH.NET": "2020.0.2",
+ "SSH.NET": "2023.0.1",
"SshNet.Security.Cryptography": "1.3.0"
},
"runtime": {
"PoshSSH.dll": {}
}
},
+ "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
+ "dependencies": {
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
"Microsoft.NETCore.Platforms/1.1.0": {},
"NETStandard.Library/2.0.3": {
"dependencies": {
@@ -32,14 +43,15 @@
}
}
},
- "SSH.NET/2020.0.2": {
+ "SSH.NET/2023.0.1": {
"dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
"SshNet.Security.Cryptography": "1.3.0"
},
"runtime": {
"lib/netstandard2.0/Renci.SshNet.dll": {
- "assemblyVersion": "2020.0.2.0",
- "fileVersion": "2020.0.2.0"
+ "assemblyVersion": "2023.0.1.0",
+ "fileVersion": "2023.0.1.0"
}
}
},
@@ -50,15 +62,41 @@
"fileVersion": "1.3.0.0"
}
}
+ },
+ "System.Runtime.CompilerServices.Unsafe/4.5.3": {
+ "runtime": {
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "assemblyVersion": "4.0.4.1",
+ "fileVersion": "4.6.28619.1"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "4.5.3"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
+ "assemblyVersion": "4.2.0.1",
+ "fileVersion": "4.6.28619.1"
+ }
+ }
}
}
},
"libraries": {
- "PoshSSH/1.0.0": {
+ "PoshSSH/3.1.2": {
"type": "project",
"serviceable": false,
"sha512": ""
},
+ "Microsoft.Bcl.AsyncInterfaces/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
+ "path": "microsoft.bcl.asyncinterfaces/8.0.0",
+ "hashPath": "microsoft.bcl.asyncinterfaces.8.0.0.nupkg.sha512"
+ },
"Microsoft.NETCore.Platforms/1.1.0": {
"type": "package",
"serviceable": true,
@@ -80,12 +118,12 @@
"path": "powershellstandard.library/5.1.1",
"hashPath": "powershellstandard.library.5.1.1.nupkg.sha512"
},
- "SSH.NET/2020.0.2": {
+ "SSH.NET/2023.0.1": {
"type": "package",
"serviceable": true,
- "sha512": "sha512-G0dNlTBAM00KZXv1wWVwgg26d9/METcM6qWBpNQwllzQmmbu+Zu+FS1L1X4fFgGdPu3e8k9mmTBu6SwtQ0614g==",
- "path": "ssh.net/2020.0.2",
- "hashPath": "ssh.net.2020.0.2.nupkg.sha512"
+ "sha512": "sha512-ZDA87AMfRonF+FtCfMkA4CiH9wWpxkqmnIcs+rZ234AJFRVZb1nI9OSb4wNAb/CiJH4ZEqA27/Xj+Btdnakk3A==",
+ "path": "ssh.net/2023.0.1",
+ "hashPath": "ssh.net.2023.0.1.nupkg.sha512"
},
"SshNet.Security.Cryptography/1.3.0": {
"type": "package",
@@ -93,6 +131,20 @@
"sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==",
"path": "sshnet.security.cryptography/1.3.0",
"hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/4.5.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw==",
+ "path": "system.runtime.compilerservices.unsafe/4.5.3",
+ "hashPath": "system.runtime.compilerservices.unsafe.4.5.3.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
}
}
}
\ No newline at end of file
diff --git a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.dll b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.dll
index 7679fdb..7c21fed 100644
Binary files a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.dll and b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.dll differ
diff --git a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.pdb b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.pdb
index 3b661f5..e7da3c2 100644
Binary files a/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.pdb and b/Source/PoshSSH/PoshSSH.Core/bin/Debug/netstandard2.0/PoshSSH.pdb differ