diff --git a/BurnSoft.SecureShell/BurnSoft.SecureShell.csproj b/BurnSoft.SecureShell/BurnSoft.SecureShell.csproj index f1a9b83..fa60237 100644 --- a/BurnSoft.SecureShell/BurnSoft.SecureShell.csproj +++ b/BurnSoft.SecureShell/BurnSoft.SecureShell.csproj @@ -24,7 +24,7 @@ bin\Debug\BurnSoft.SecureShell.XML - pdbonly + none true bin\Release\ TRACE @@ -33,8 +33,8 @@ bin\Release\BurnSoft.SecureShell.XML - - ..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll + + ..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll @@ -55,9 +55,6 @@ - - - $(SolutionDir)postbuild.bat $(SolutionDir) $(ProjectDir) $(ConfigurationName) $(ProjectName) diff --git a/BurnSoft.SecureShell/BurnSoft.SecureShell.nuspec b/BurnSoft.SecureShell/BurnSoft.SecureShell.nuspec index c160945..bb124f6 100644 --- a/BurnSoft.SecureShell/BurnSoft.SecureShell.nuspec +++ b/BurnSoft.SecureShell/BurnSoft.SecureShell.nuspec @@ -4,15 +4,15 @@ $id$ 1.0.0.2 $title$ - $author$ - $author$ + burnsoftnet + burnsoftnet https://github.com/burnsoftnet/BurnSoft.SecureShell.git https://avatars0.githubusercontent.com/u/24593581?s=460 false MIT images\icon.png - $description$ + A simplified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers Initial Release of BurnSoft.SecureShell Library $copyright$ burnsoft SSH SCP secureshell diff --git a/BurnSoft.SecureShell/Properties/AssemblyInfo.cs b/BurnSoft.SecureShell/Properties/AssemblyInfo.cs index 1dc5c54..2991425 100644 --- a/BurnSoft.SecureShell/Properties/AssemblyInfo.cs +++ b/BurnSoft.SecureShell/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("BurnSoft.SecureShell")] -[assembly: AssemblyDescription("A Implified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers")] +[assembly: AssemblyDescription("A simplified Version of the Rensci SSH.Net nuget library to quickly connect to ssh devices and perform file transfers")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("www.burnsoft.net")] [assembly: AssemblyProduct("BurnSoft.SecureShell")] diff --git a/BurnSoft.SecureShell/Release Notes - BurnSoft.SecureShell.txt b/BurnSoft.SecureShell/Release Notes - BurnSoft.SecureShell.txt deleted file mode 100644 index ee920e6..0000000 --- a/BurnSoft.SecureShell/Release Notes - BurnSoft.SecureShell.txt +++ /dev/null @@ -1,2 +0,0 @@ -v1.0 -Initial Release \ No newline at end of file diff --git a/UnitTest_SecureShell/UnitTest_SecureShell.csproj b/UnitTest_SecureShell/UnitTest_SecureShell.csproj index 02f5af2..bbd8450 100644 --- a/UnitTest_SecureShell/UnitTest_SecureShell.csproj +++ b/UnitTest_SecureShell/UnitTest_SecureShell.csproj @@ -46,8 +46,8 @@ ..\packages\MSTest.TestFramework.2.2.10\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - - ..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll + + ..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll