Skip to content

Commit

Permalink
Bumping Octopus.Client to get backwards compat date parsing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Jun 19, 2019
1 parent e0e7ad3 commit 1b171fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Octo.Tests/Octo.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Nancy" Version="2.0.0-clinteastwood" />
<PackageReference Include="Octopus.Client" Version="6.8.0" />
<PackageReference Include="Octopus.Client" Version="6.8.1" />
<PackageReference Include="Serilog.Sinks.TextWriter" Version="2.0.0" />
<PackageReference Include="NSubstitute" Version="2.0.3" />
<PackageReference Include="FluentAssertions" Version="4.19.4" />
Expand Down
2 changes: 1 addition & 1 deletion source/Octopus.Cli/Octopus.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageReference Include="NuGet.Packaging.Core" Version="3.6.0-octopus-58692" />
<PackageReference Include="NuGet.Packaging.Core.Types" Version="3.6.0-octopus-58692" />
<PackageReference Include="NuGet.Versioning" Version="3.6.0-octopus-58692" />
<PackageReference Include="Octopus.Client" Version="6.8.0" />
<PackageReference Include="Octopus.Client" Version="6.8.1" />
<PackageReference Include="Octostache" Version="2.3.0" />
<PackageReference Include="Serilog.Sinks.ColoredConsole" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Trace" Version="2.0.0" />
Expand Down

0 comments on commit 1b171fd

Please sign in to comment.