Skip to content

Commit

Permalink
Release GAX version 3.2.0 (all packages)
Browse files Browse the repository at this point in the history
The only change is in dependencies. With 3.2.0, we have dependencies
on the latest versions of gRPC and Google.Api.CommonProtos, which in
turn has a dependency on the latest version of Google.Protobuf.

This reduces the risk of Google.Api.CommonProtos 2.1 being used with
more-recently-generated protos, which would cause failures with gRPC
due to an optimization in Grpc.Core.
  • Loading branch information
jskeet committed Sep 24, 2020
1 parent 5e92bee commit 002f663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- divergent versions, but for the moment this keeps things simpler.
-->
<PropertyGroup>
<Version>3.1.0</Version>
<Version>3.2.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 002f663

Please sign in to comment.