We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1389a0 + 97016b1 commit f3f2d58Copy full SHA for f3f2d58
build/version.props
@@ -2,13 +2,13 @@
2
<PropertyGroup>
3
4
<!-- package version of grpc-dotnet -->
5
- <GrpcDotnetVersion>2.38.0-dev</GrpcDotnetVersion>
+ <GrpcDotnetVersion>2.39.0-pre1</GrpcDotnetVersion>
6
7
<!-- assembly version of grpc-dotnet -->
8
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
9
10
<!-- file version of all grpc-dotnet -->
11
- <GrpcDotnetAssemblyFileVersion>2.38.0.0</GrpcDotnetAssemblyFileVersion>
+ <GrpcDotnetAssemblyFileVersion>2.39.0.0</GrpcDotnetAssemblyFileVersion>
12
13
</PropertyGroup>
14
</Project>
0 commit comments