mirror of https://github.com/grpc/grpc-dotnet.git
Compare commits
2 Commits
master
...
v2.58.0-pr
Author | SHA1 | Date |
---|---|---|
|
38ab095ea1 | |
|
a90b3de004 |
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
|
||||
<!-- package version of grpc-dotnet -->
|
||||
<GrpcDotnetVersion>2.58.0-dev</GrpcDotnetVersion>
|
||||
<GrpcDotnetVersion>2.58.0-pre1</GrpcDotnetVersion>
|
||||
|
||||
<!-- assembly version of grpc-dotnet -->
|
||||
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
|
||||
|
|
|
@ -41,5 +41,5 @@ public static class VersionInfo
|
|||
/// <summary>
|
||||
/// Current version of gRPC C#
|
||||
/// </summary>
|
||||
public const string CurrentVersion = "2.58.0-dev";
|
||||
public const string CurrentVersion = "2.58.0-pre1";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue