Skip to content

Commit

Permalink
#317: Bump to Configuration 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-petko committed Jun 18, 2024
1 parent b222849 commit bbbb581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' != 'true' ">
<PackageReference Include="Configuration" Version="1.0.6" />
<PackageReference Include="Configuration" Version="1.0.7" />
<PackageReference Include="Logging" Version="1.0.4" />
<PackageReference Include="Networking" Version="1.0.5" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion shared/settings/Shared.Settings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup Label="PrivatePackages" Condition=" '$(LocalBuild)' != 'true' ">
<PackageReference Include="Configuration" Version="1.0.6" />
<PackageReference Include="Configuration" Version="1.0.7" />
<PackageReference Include="Redis" Version="1.0.4" />
<PackageReference Include="ServiceDiscovery" Version="1.0.4" />
<PackageReference Include="FloodCheckers.Redis" Version="1.0.4" />
Expand Down

0 comments on commit bbbb581

Please sign in to comment.