Skip to content

Commit 90a6002

Browse files
committed
chore(deps): update dependency google.cloud.datastore.v1 to 4.16.0
1 parent 3389a69 commit 90a6002

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.16.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.4.0" />
9-
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.15.0" />
9+
<PackageReference Include="Google.Cloud.Datastore.V1" Version="4.16.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.16.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.16.0" />
88
</ItemGroup>
99
</Project>

0 commit comments

Comments
 (0)