mirror of https://github.com/grpc/grpc-dotnet.git
Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
5a742a1122 | |
|
71bdfb4e9d | |
|
5590d9ea2e | |
|
705097f419 |
|
@ -2,7 +2,7 @@
|
|||
<PropertyGroup>
|
||||
|
||||
<!-- package version of grpc-dotnet -->
|
||||
<GrpcDotnetVersion>2.54.0-dev</GrpcDotnetVersion>
|
||||
<GrpcDotnetVersion>2.54.0</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.54.0-dev";
|
||||
public const string CurrentVersion = "2.54.0";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue