From a697693bfa35f73ee7b90714269ef6481743eca1 Mon Sep 17 00:00:00 2001 From: drieseng Date: Sun, 7 Jun 2020 13:23:50 +0200 Subject: [PATCH 1/2] Update name of Sandcastle Help File Builder environment variable. --- build/sandcastle/SSH.NET.shfbproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/sandcastle/SSH.NET.shfbproj b/build/sandcastle/SSH.NET.shfbproj index 50141f16..53986529 100644 --- a/build/sandcastle/SSH.NET.shfbproj +++ b/build/sandcastle/SSH.NET.shfbproj @@ -36,7 +36,7 @@ {@HelpFormatOutputPaths} - + @@ -72,5 +72,5 @@ - + \ No newline at end of file From b5dcca911ab6a50e495750f66a851a08524e7de1 Mon Sep 17 00:00:00 2001 From: drieseng Date: Sun, 7 Jun 2020 15:23:11 +0200 Subject: [PATCH 2/2] Update path to example. --- build/sandcastle/SSH.NET.shfbproj | 2 +- src/Renci.SshNet/SshClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/sandcastle/SSH.NET.shfbproj b/build/sandcastle/SSH.NET.shfbproj index 53986529..29fff93e 100644 --- a/build/sandcastle/SSH.NET.shfbproj +++ b/build/sandcastle/SSH.NET.shfbproj @@ -36,7 +36,7 @@ {@HelpFormatOutputPaths} - + diff --git a/src/Renci.SshNet/SshClient.cs b/src/Renci.SshNet/SshClient.cs index 63588562..b6b7cbb0 100644 --- a/src/Renci.SshNet/SshClient.cs +++ b/src/Renci.SshNet/SshClient.cs @@ -261,7 +261,7 @@ namespace Renci.SshNet /// This method internally uses asynchronous calls. /// /// - /// + /// /// /// CommandText property is empty. /// Invalid Operation - An existing channel was used to execute this command.