File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
4
4
<!-- package version of grpc-dotnet -->
5
- <GrpcDotnetVersion >2.58 .0-pre1</GrpcDotnetVersion >
5
+ <GrpcDotnetVersion >2.59 .0-pre1</GrpcDotnetVersion >
6
6
7
7
<!-- assembly version of grpc-dotnet -->
8
8
<GrpcDotnetAssemblyVersion >2.0.0.0</GrpcDotnetAssemblyVersion >
9
9
10
10
<!-- file version of all grpc-dotnet -->
11
- <GrpcDotnetAssemblyFileVersion >2.58 .0.0</GrpcDotnetAssemblyFileVersion >
11
+ <GrpcDotnetAssemblyFileVersion >2.59 .0.0</GrpcDotnetAssemblyFileVersion >
12
12
13
13
</PropertyGroup >
14
14
</Project >
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ public static class VersionInfo
36
36
/// <summary>
37
37
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
38
38
/// </summary>
39
- public const string CurrentAssemblyFileVersion = "2.58 .0.0" ;
39
+ public const string CurrentAssemblyFileVersion = "2.59 .0.0" ;
40
40
41
41
/// <summary>
42
42
/// Current version of gRPC C#
43
43
/// </summary>
44
- public const string CurrentVersion = "2.58 .0-pre1" ;
44
+ public const string CurrentVersion = "2.59 .0-pre1" ;
45
45
}
You can’t perform that action at this time.
0 commit comments