Skip to content

Commit

Permalink
chore(deps): update dependency google.cloud.datastore.v1 to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and amanda-tarafa committed Aug 23, 2023
1 parent 72a7511 commit 9b86124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.5.0" />
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Datastore.Admin.V1" Version="2.1.0" />
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.5.0" />
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.6.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion datastore/api/QuickStart/QuickStart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.5.0" />
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.6.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion datastore/api/TaskList/TaskList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.5.0" />
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.6.0" />
</ItemGroup>
</Project>

0 comments on commit 9b86124

Please sign in to comment.