Skip to content

Commit

Permalink
fix(deps): update kubeclient to v2.2.2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felixfbecker committed Jan 12, 2019
1 parent bf8b0ac commit 7c5b9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PSKubectl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ItemGroup>
<!-- <ProjectReference Include="../../../tintoy/dotnet-kube-client/src/KubeClient/KubeClient.csproj" /> -->
<!-- <ProjectReference Include="../../../tintoy/dotnet-kube-client/src/KubeClient.Extensions.KubeConfig/KubeClient.Extensions.KubeConfig.csproj" /> -->
<PackageReference Include="KubeClient" Version="2.2.0-delete-pod-retur0115" />
<PackageReference Include="KubeClient.Extensions.KubeConfig" Version="2.2.0-delete-pod-retur0115" />
<PackageReference Include="KubeClient" Version="2.2.2" />
<PackageReference Include="KubeClient.Extensions.KubeConfig" Version="2.2.2" />
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="2.1.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.1.1" />
<!-- <PackageReference Include="Serilog.Extensions.Logging.File" Version="1.1.0" /> -->
Expand Down

0 comments on commit 7c5b9fc

Please sign in to comment.