Skip to content

Commit 89031d8

Browse files
authored
chore(deps): update dependency google.cloud.firestore to 3.11.0 (#3241)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Google.Cloud.Firestore](https://redirect.github.com/googleapis/google-cloud-dotnet) | `3.10.0` -> `3.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Google.Cloud.Firestore/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Google.Cloud.Firestore/3.10.0/3.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-cloud-dotnet (Google.Cloud.Firestore)</summary> ### [`v3.11.0`](https://redirect.github.com/googleapis/google-cloud-dotnet/releases/tag/Google.Cloud.Firestore-3.11.0): Google.Cloud.Firestore version 3.11.0 [Compare Source](https://redirect.github.com/googleapis/google-cloud-dotnet/compare/Google.Cloud.Firestore-3.10.0...Google.Cloud.Firestore-3.11.0) ##### New features - Implement support for Firestore type discriminators </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 51e98c9 commit 89031d8

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

firestore/api/AddData/AddData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/DataModel/DataModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/DeleteData/DeleteData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/GetData/GetData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="CommandLineParser" Version="2.9.1" />
10-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
10+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1111
</ItemGroup>
1212
</Project>

firestore/api/ListenData/ListenData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/ManageIndexes/ManageIndexes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/OrderLimitData/OrderLimitData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/PaginateData/PaginateData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

firestore/api/QueryData/QueryData.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
<PackageReference Include="Google.Cloud.Firestore.Admin.V1" Version="3.15.0" />
1111
</ItemGroup>
1212
</Project>

firestore/api/Quickstart/Quickstart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="CommandLineParser" Version="2.9.1" />
9-
<PackageReference Include="Google.Cloud.Firestore" Version="3.10.0" />
9+
<PackageReference Include="Google.Cloud.Firestore" Version="3.11.0" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)