File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup>
33
44 <!-- package version of grpc-dotnet -->
5- <GrpcDotnetVersion>2.58 .0-dev</GrpcDotnetVersion>
6-
5+ <GrpcDotnetVersion>2.61 .0-dev</GrpcDotnetVersion>
6+
77 <!-- assembly version of grpc-dotnet -->
88 <GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
99
1010 <!-- file version of all grpc-dotnet -->
11- <GrpcDotnetAssemblyFileVersion>2.58 .0.0</GrpcDotnetAssemblyFileVersion>
11+ <GrpcDotnetAssemblyFileVersion>2.61 .0.0</GrpcDotnetAssemblyFileVersion>
1212
1313 </PropertyGroup>
1414</Project>
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ public static class VersionInfo
3636 /// <summary>
3737 /// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
3838 /// </summary>
39- public const string CurrentAssemblyFileVersion = "2.58 .0.0";
39+ public const string CurrentAssemblyFileVersion = "2.61 .0.0";
4040
4141 /// <summary>
4242 /// Current version of gRPC C#
4343 /// </summary>
44- public const string CurrentVersion = "2.58 .0-dev";
44+ public const string CurrentVersion = "2.61 .0-dev";
4545}
You can’t perform that action at this time.
0 commit comments