Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageVersion Include="NSubstitute" Version="5.3.0" />

<!-- Google/gRPC packages -->
<PackageVersion Include="Google.Api.Gax" Version="4.12.1" />
<PackageVersion Include="Google.Api.Gax" Version="4.13.1" />
<PackageVersion Include="Google.Api.Gax.Grpc" Version="4.12.1" />
<PackageVersion Include="Google.Api.Gax.Testing" Version="4.12.1" />
Comment on lines +14 to 16
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain version consistency across related packages, it's recommended to update Google.Api.Gax.Grpc and Google.Api.Gax.Testing to match the new version of Google.Api.Gax. This helps prevent potential compatibility issues.

    <PackageVersion Include="Google.Api.Gax" Version="4.13.1" />
    <PackageVersion Include="Google.Api.Gax.Grpc" Version="4.13.1" />
    <PackageVersion Include="Google.Api.Gax.Testing" Version="4.13.1" />

<PackageVersion Include="Google.Apis" Version="1.72.0" />
Expand Down