Skip to content

Commit

Permalink
New version of AtlasSSH catches errors from recovering connections in…
Browse files Browse the repository at this point in the history
… a more sensible way. #273
  • Loading branch information
gordonwatts committed Jan 25, 2018
1 parent ae981e3 commit fcd0239
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions LINQToTTree/LINQToTTreeLib.Tests/LINQToTTreeLib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AtlasSSH, Version=4.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre07\lib\net471\AtlasSSH.dll</HintPath>
<Reference Include="AtlasSSH, Version=4.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre08\lib\net471\AtlasSSH.dll</HintPath>
</Reference>
<Reference Include="AtlasWorkFlows, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre07\lib\net471\AtlasWorkFlows.dll</HintPath>
<HintPath>..\packages\AtlasSSH.4.2.0-pre08\lib\net471\AtlasWorkFlows.dll</HintPath>
</Reference>
<Reference Include="CredentialManagement, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CredentialManagement.1.0.2\lib\net35\CredentialManagement.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion LINQToTTree/LINQToTTreeLib.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AtlasSSH" version="4.2.0-pre07" targetFramework="net471" />
<package id="AtlasSSH" version="4.2.0-pre08" targetFramework="net471" />
<package id="CredentialManagement" version="1.0.2" targetFramework="net451" />
<package id="DNS" version="3.0.0" targetFramework="net471" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net451" />
Expand Down
6 changes: 3 additions & 3 deletions LINQToTTree/LINQToTTreeLib/LINQToTTreeLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<ItemGroup>
<Reference Include="AtlasSSH, Version=4.2.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre07\lib\net471\AtlasSSH.dll</HintPath>
<Reference Include="AtlasSSH, Version=4.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre08\lib\net471\AtlasSSH.dll</HintPath>
</Reference>
<Reference Include="AtlasWorkFlows, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AtlasSSH.4.2.0-pre07\lib\net471\AtlasWorkFlows.dll</HintPath>
<HintPath>..\packages\AtlasSSH.4.2.0-pre08\lib\net471\AtlasWorkFlows.dll</HintPath>
</Reference>
<Reference Include="CredentialManagement, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CredentialManagement.1.0.2\lib\net35\CredentialManagement.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion LINQToTTree/LINQToTTreeLib/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AtlasSSH" version="4.2.0-pre07" targetFramework="net471" />
<package id="AtlasSSH" version="4.2.0-pre08" targetFramework="net471" />
<package id="CredentialManagement" version="1.0.2" targetFramework="net451" />
<package id="DNS" version="3.0.0" targetFramework="net471" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net451" />
Expand Down

0 comments on commit fcd0239

Please sign in to comment.