Skip to content

Commit

Permalink
chore(deps): update dependency google.cloud.firestore to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 16, 2023
1 parent d153326 commit 9a54a65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BackgroundProcessing/TranslateUI/TranslateUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore" Version="3.0.0-beta13" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta20" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.1.0" />
<PackageReference Include="Google.Cloud.PubSub.V1" Version="1.1.0-beta02" />
<PackageReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta20" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.1.0" />
<PackageReference Include="Google.Cloud.Translation.V2" Version="1.2.0-beta01" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion BackgroundProcessing/Translation/Translation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta20" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Bookshelf/Bookshelf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore" Version="3.0.0-beta12" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.0.0-beta20" />
<PackageReference Include="Google.Cloud.Firestore" Version="1.1.0" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="2.4.0-beta01" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="2.1.2" />
Expand Down

0 comments on commit 9a54a65

Please sign in to comment.