Skip to content

Commit

Permalink
Update version.props (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch authored Nov 1, 2019
1 parent 0cdf6f5 commit 653cded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.24.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.25.0-pre1</GrpcDotnetVersion>

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

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.24.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.25.0.0</GrpcDotnetAssemblyFileVersion>

</PropertyGroup>
</Project>

0 comments on commit 653cded

Please sign in to comment.