Compare commits

...

4 Commits

Author SHA1 Message Date
apolcyn 5a742a1122
Merge pull request #2166 from apolcyn/bump_for_stable
Bump v2.54.x to v2.54.0
2023-06-15 15:06:33 -07:00
Alexander Polcyn 71bdfb4e9d bump v2.54.x to v2.54.0 2023-06-15 20:38:01 +00:00
apolcyn 5590d9ea2e
Update to 2.54.0.pre1 on v2.54.x release branch (#2130) 2023-05-23 09:42:27 +08:00
James Newton-King 705097f419
Merge pull request #2131 from JamesNK/jamesnk/update-2.54.0 2023-05-18 16:40:01 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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";
}