diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 52ec8c2c..7003fd5b 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,5 @@ +1.5.0 + - Minor changes Fixes version issue with SuperPuTTY auto updater 1.4.10 - New Features from Sebastian Gemeiner * Win+Shift Handling (Multi Monitor Setup) @@ -18,7 +20,7 @@ 1.4.0.8 - Fixes Issue #528 mintty (2.1.4) exiting and throwing exception due to default behavior change in mintty daemonize option. -- Fixes Issue #546 Option Added to override and allow -pw command line option to be sent. Defaults to not allow the -pw option. +- Fixes Issue #546 Option Added to override and allow -pw command line option to be sent. Defaults to not allow the -pw option. - Updated Readme file to promote our Facebook page - Resolves Issue #423 Support added to define shortcut key that will allow rename tab. - Issue #530 Adds support to persist Command Bar History between sessions diff --git a/SuperPutty/SuperPutty.csproj b/SuperPutty/SuperPutty.csproj index 0b5298e1..3624172a 100644 --- a/SuperPutty/SuperPutty.csproj +++ b/SuperPutty/SuperPutty.csproj @@ -65,12 +65,12 @@ app.manifest - - ..\packages\log4net.2.0.13\lib\net45\log4net.dll + + ..\packages\log4net.2.0.15\lib\net45\log4net.dll - - ..\packages\SSH.NET.2020.0.1\lib\net40\Renci.SshNet.dll + + ..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll diff --git a/SuperPutty/packages.config b/SuperPutty/packages.config index dec8053d..f5e9787d 100644 --- a/SuperPutty/packages.config +++ b/SuperPutty/packages.config @@ -2,7 +2,7 @@ - + - + \ No newline at end of file diff --git a/SuperPuttyUnitTests/SuperPuttyUnitTests.csproj b/SuperPuttyUnitTests/SuperPuttyUnitTests.csproj index aca89b96..623d2df3 100644 --- a/SuperPuttyUnitTests/SuperPuttyUnitTests.csproj +++ b/SuperPuttyUnitTests/SuperPuttyUnitTests.csproj @@ -55,8 +55,8 @@ SuperPuttyUnitTests.Program - - ..\packages\log4net.2.0.13\lib\net45\log4net.dll + + ..\packages\log4net.2.0.15\lib\net45\log4net.dll NUnit\nunit-console-runner.dll diff --git a/SuperPuttyUnitTests/packages.config b/SuperPuttyUnitTests/packages.config index cb4f61dd..272a2aea 100644 --- a/SuperPuttyUnitTests/packages.config +++ b/SuperPuttyUnitTests/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file