Skip to content

Commit

Permalink
chore(deps): update dependency google.cloud.firestore to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and amanda-tarafa committed Sep 28, 2024
1 parent cd8d8ec commit 59c0e3a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion firestore/api/AddData/AddData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/DataModel/DataModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/DeleteData/DeleteData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/GetData/GetData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/ListenData/ListenData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/ManageIndexes/ManageIndexes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/OrderLimitData/OrderLimitData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/PaginateData/PaginateData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/QueryData/QueryData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
<PackageReference Include="Google.Cloud.Firestore.Admin.V1" Version="3.11.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/Quickstart/Quickstart.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion firestore/api/SolutionCounter/SolutionCounter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />
<PackageReference Include="Google.Cloud.Functions.Hosting" Version="2.2.1" />
<PackageReference Include="Google.Events.Protobuf" Version="1.5.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Firestore" Version="3.8.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="3.9.0" />

</ItemGroup>

Expand Down

0 comments on commit 59c0e3a

Please sign in to comment.