Skip to content

Commit

Permalink
Merge pull request #208 from OctopusDeploy/enh-version-bump-halibut
Browse files Browse the repository at this point in the history
Version-bump Halibut to released version to pull in the new retry policy
  • Loading branch information
uglybugger authored Jul 29, 2020
2 parents 61a5d0f + a9818dc commit 1295c97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.31.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Halibut.4.3.31\lib\net45\Halibut.dll</HintPath>
<Reference Include="Halibut, Version=4.3.32.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Halibut.4.3.32\lib\net45\Halibut.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MaterialDesignColors, Version=1.2.0.325, Culture=neutral, PublicKeyToken=null">
Expand Down
2 changes: 1 addition & 1 deletion 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.31" targetFramework="net452" />
<package id="Halibut" version="4.3.32" 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 Down
1 change: 1 addition & 0 deletions source/Octopus.Tentacle/Octopus.Tentacle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Halibut" Version="4.3.32" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 1295c97

Please sign in to comment.