Skip to content

Commit

Permalink
Merge pull request #112 from OctopusDeploy/bug-tarcompression
Browse files Browse the repository at this point in the history
Latest version of SharpCompress that supports long paths
Fixes OctopusDeploy/Issues#2441
  • Loading branch information
pawelpabich committed Jul 28, 2016
2 parents 27f58f5 + 00a5d43 commit a9a14e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/Calamari/Calamari.csproj
Expand Up @@ -92,8 +92,8 @@
<HintPath>..\packages\Octostache.1.0.2.32\lib\net40\Octostache.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SharpCompress, Version=0.11.6.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
<HintPath>..\packages\sharpcompress.0.11.6\lib\net40\SharpCompress.dll</HintPath>
<Reference Include="SharpCompress, Version=0.12.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SharpCompress.0.12.1\lib\net40\SharpCompress.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sprache">
Expand Down
2 changes: 1 addition & 1 deletion source/Calamari/packages.config
Expand Up @@ -17,7 +17,7 @@
<package id="Nuget.Core" version="2.8.5" targetFramework="net4" />
<package id="Octopus.Dependencies.ScriptCS" version="3.0.1" />
<package id="Octostache" version="1.0.2.32" targetFramework="net40" />
<package id="sharpcompress" version="0.11.6" targetFramework="net40" />
<package id="SharpCompress" version="0.12.1" targetFramework="net40" />
<package id="Sprache" version="2.0.0.45" targetFramework="net4" />
<package id="System.Spatial" version="5.6.2" targetFramework="net4" />
</packages>

0 comments on commit a9a14e3

Please sign in to comment.