Skip to content

Commit

Permalink
Merge pull request #206 from OctopusDeploy/version-bump-halibut-and-s…
Browse files Browse the repository at this point in the history
…hared

Version-bump Halibut and Octopus.Shared libraries to remove the immediate-retry bug
  • Loading branch information
uglybugger authored Jul 16, 2020
2 parents 599123b + 18f4416 commit 66cc783
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@
<HintPath>..\packages\FluentValidation.7.2.1\lib\net45\FluentValidation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Halibut, Version=4.3.27.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Halibut.4.3.27\lib\net45\Halibut.dll</HintPath>
<Reference Include="Halibut, Version=4.3.31.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Halibut.4.3.31\lib\net45\Halibut.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, PublicKeyToken=null">
Expand Down Expand Up @@ -469,8 +469,8 @@
<HintPath>..\packages\Octopus.Diagnostics.1.3.0\lib\netstandard1.0\Octopus.Diagnostics.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octopus.Shared, Version=5.0.6.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Octopus.Shared.5.0.6\lib\net45\Octopus.Shared.dll</HintPath>
<Reference Include="Octopus.Shared, Version=5.0.12.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Octopus.Shared.5.0.12\lib\net45\Octopus.Shared.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Octopus.Time, Version=1.1.6.0, Culture=neutral, PublicKeyToken=null">
Expand Down
4 changes: 2 additions & 2 deletions source/Octopus.Manager.Tentacle/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Autofac" version="4.6.2" targetFramework="net452" />
<package id="FluentValidation" version="7.2.1" targetFramework="net452" />
<package id="Halibut" version="4.3.27" targetFramework="net452" />
<package id="Halibut" version="4.3.31" targetFramework="net452" />
<package id="MaterialDesignColors" version="1.2.0" targetFramework="net452" />
<package id="MaterialDesignThemes" version="2.5.0.1205" targetFramework="net452" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net452" />
Expand All @@ -20,7 +20,7 @@
<package id="Octopus.Client" version="7.1.1" targetFramework="net452" />
<package id="Octopus.Configuration" version="2.0.1" targetFramework="net452" />
<package id="Octopus.Diagnostics" version="1.3.0" targetFramework="net452" />
<package id="Octopus.Shared" version="5.0.6" targetFramework="net452" />
<package id="Octopus.Shared" version="5.0.12" targetFramework="net452" />
<package id="Octopus.Time" version="1.1.6" targetFramework="net452" />
<package id="Polly" version="5.3.1" targetFramework="net452" />
<package id="Portable.BouncyCastle" version="1.8.4" targetFramework="net452" />
Expand Down
2 changes: 1 addition & 1 deletion source/Octopus.Tentacle/Octopus.Tentacle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PackageReference>
<PackageReference Include="Octopus.Configuration" Version="2.0.1" />
<PackageReference Include="Octopus.Client" Version="7.1.1" />
<PackageReference Include="Octopus.Shared" Version="5.0.6" />
<PackageReference Include="Octopus.Shared" Version="5.0.12" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 66cc783

Please sign in to comment.