Skip to content

Commit

Permalink
Bump Networking to 1.0.5
Browse files Browse the repository at this point in the history
Fixes one of the issues noted in #316
  • Loading branch information
jf-06 committed Jun 17, 2024
1 parent 5263c2d commit c17d655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/recovery/Grid.Bot.Recovery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' != 'true' ">
<PackageReference Include="Configuration" Version="1.0.5" />
<PackageReference Include="Logging" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.5" />
</ItemGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' == 'true' ">
Expand Down
2 changes: 1 addition & 1 deletion shared/commands/Shared.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="FloodCheckers.Core" Version="1.0.4" />
<PackageReference Include="FloodCheckers.Redis" Version="1.0.4" />
<PackageReference Include="Text" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.5" />
</ItemGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' == 'true' ">
Expand Down
2 changes: 1 addition & 1 deletion shared/utility/Shared.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageReference Include="Users.Client" Version="1.0.4" />
<PackageReference Include="Grid.ProcessManagement.Docker" Version="1.0.4" />
<PackageReference Include="Grid.ProcessManagement.Core" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.5" />
<PackageReference Include="Thumbnails.Client" Version="1.0.4" />
</ItemGroup>

Expand Down

0 comments on commit c17d655

Please sign in to comment.