Skip to content

Commit 7da9bad

Browse files
authored
chore(deps): update dependency google.cloud.datastore.v1 to 4.17.0 (#3265)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Google.Cloud.Datastore.V1](https://redirect.github.com/googleapis/google-cloud-dotnet) | `4.15.0` → `4.17.0` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Datastore.V1/4.17.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Datastore.V1/4.15.0/4.17.0?slim=true) | --- ### Release Notes <details> <summary>googleapis/google-cloud-dotnet (Google.Cloud.Datastore.V1)</summary> ### [`v4.17.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.Datastore.V1-4.17.0): Google.Cloud.Datastore.V1 version 4.17.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Datastore.V1-4.16.0...Google.Cloud.Datastore.V1-4.17.0) ##### New features - Update documentation with .NET 10 compatibility workaround ### [`v4.16.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.Datastore.V1-4.16.0): Google.Cloud.Datastore.V1 version 4.16.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Datastore.V1-4.15.0...Google.Cloud.Datastore.V1-4.16.0) ##### New features - Update dependencies - Update dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQyLjk1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
1 parent bd9e630 commit 7da9bad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/Datastore/Datastore.Sample/Datastore.Sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.15.0" />
16+
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.17.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

datastore/admin-api/DatastoreAdmin.Samples/DatastoreAdmin.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Datastore.Admin.V1" Version="2.5.0" />
9-
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.15.0" />
9+
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.17.0" />
1010
</ItemGroup>
1111

1212
</Project>

datastore/api/QuickStart/QuickStart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.15.0" />
7+
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.17.0" />
88
</ItemGroup>
99
</Project>

datastore/api/TaskList/TaskList.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<TargetFramework>net8.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.15.0" />
7+
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.17.0" />
88
</ItemGroup>
99
</Project>

0 commit comments

Comments
 (0)