Skip to content

Commit a9a14e3

Browse files
authored
Merge pull request #112 from OctopusDeploy/bug-tarcompression
Latest version of SharpCompress that supports long paths Fixes OctopusDeploy/Issues#2441
2 parents 27f58f5 + 00a5d43 commit a9a14e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/Calamari/Calamari.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<HintPath>..\packages\Octostache.1.0.2.32\lib\net40\Octostache.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="SharpCompress, Version=0.11.6.0, Culture=neutral, PublicKeyToken=beaf6f427e128133, processorArchitecture=MSIL">
96-
<HintPath>..\packages\sharpcompress.0.11.6\lib\net40\SharpCompress.dll</HintPath>
95+
<Reference Include="SharpCompress, Version=0.12.1.0, Culture=neutral, processorArchitecture=MSIL">
96+
<HintPath>..\packages\SharpCompress.0.12.1\lib\net40\SharpCompress.dll</HintPath>
9797
<Private>True</Private>
9898
</Reference>
9999
<Reference Include="Sprache">

source/Calamari/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<package id="Nuget.Core" version="2.8.5" targetFramework="net4" />
1818
<package id="Octopus.Dependencies.ScriptCS" version="3.0.1" />
1919
<package id="Octostache" version="1.0.2.32" targetFramework="net40" />
20-
<package id="sharpcompress" version="0.11.6" targetFramework="net40" />
20+
<package id="SharpCompress" version="0.12.1" targetFramework="net40" />
2121
<package id="Sprache" version="2.0.0.45" targetFramework="net4" />
2222
<package id="System.Spatial" version="5.6.2" targetFramework="net4" />
2323
</packages>

0 commit comments

Comments
 (0)