Compare commits

...

2 Commits

Author SHA1 Message Date
apolcyn 38ab095ea1
Merge pull request #2291 from apolcyn/bump_deps
Bump version to pre1 on 2.58 branch
2023-10-06 17:20:21 -07:00
Alexander Polcyn a90b3de004 bump to pre1 on 2.58 branch 2023-10-06 23:45:44 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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