Skip to content

Commit

Permalink
Update Octopus.Client. Fixes OctopusDeploy/Issues#2254
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Pearson committed Jan 13, 2016
1 parent 1c8736a commit 497e7f8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions source/OctopusTools.Tests/OctopusTools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Octopus.Client, Version=3.2.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octopus.Client.3.2.9\lib\net40\Octopus.Client.dll</HintPath>
<Reference Include="Octopus.Client, Version=3.2.16.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octopus.Client.3.2.16\lib\net40\Octopus.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion source/OctopusTools.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Octopus.Client" version="3.2.9" targetFramework="net45" />
<package id="Octopus.Client" version="3.2.16" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions source/OctopusTools/OctopusTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<HintPath>..\packages\NuGet.Core.2.9.0\lib\net40-Client\NuGet.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octopus.Client, Version=3.2.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octopus.Client.3.2.9\lib\net40\Octopus.Client.dll</HintPath>
<Reference Include="Octopus.Client, Version=3.2.16.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Octopus.Client.3.2.16\lib\net40\Octopus.Client.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octostache, Version=1.0.2.21, Culture=neutral, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion source/OctopusTools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="NuGet.CommandLine" version="2.8.6" targetFramework="net45" />
<package id="NuGet.Core" version="2.9.0" targetFramework="net45" />
<package id="Octopus.Client" version="3.2.9" targetFramework="net45" />
<package id="Octopus.Client" version="3.2.16" targetFramework="net45" />
<package id="Octostache" version="1.0.2.21" targetFramework="net45" />
<package id="Sprache" version="2.0.0.50" targetFramework="net45" />
</packages>

0 comments on commit 497e7f8

Please sign in to comment.