Skip to content

Commit

Permalink
Bump version to 2.31.0 (#1018)
Browse files Browse the repository at this point in the history
* Bump version to 2.31.0

* Bump Grpc.Core dependency to 2.31.0
  • Loading branch information
jtattermusch authored Aug 13, 2020
1 parent 4d39e0c commit 1b9b30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<BenchmarkDotNetPackageVersion>0.12.1</BenchmarkDotNetPackageVersion>
<GoogleProtobufPackageVersion>3.12.2</GoogleProtobufPackageVersion>
<GrpcDotNetPackageVersion>2.30.0</GrpcDotNetPackageVersion> <!-- Used by example projects -->
<GrpcPackageVersion>2.31.0-pre2</GrpcPackageVersion>
<GrpcPackageVersion>2.31.0</GrpcPackageVersion>
<MicrosoftAspNetCoreAppPackageVersion>3.1.3</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftAspNetCoreBlazorPackageVersion>3.2.0</MicrosoftAspNetCoreBlazorPackageVersion>
<MicrosoftBuildLocatorPackageVersion>1.2.2</MicrosoftBuildLocatorPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.31.0-pre2</GrpcDotnetVersion>
<GrpcDotnetVersion>2.31.0</GrpcDotnetVersion>

<!-- assembly version of grpc-dotnet -->
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
Expand Down

0 comments on commit 1b9b30e

Please sign in to comment.