Skip to content

Commit d250e28

Browse files
authored
Update version to 2.49.0-dev (on master branch) (grpc#1849)
* bump version to 2.49 * Update VersionInfo.cs
1 parent 4e9077c commit d250e28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<PropertyGroup>
33

44
<!-- package version of grpc-dotnet -->
5-
<GrpcDotnetVersion>2.48.0-dev</GrpcDotnetVersion>
5+
<GrpcDotnetVersion>2.49.0-dev</GrpcDotnetVersion>
66

77
<!-- assembly version of grpc-dotnet -->
88
<GrpcDotnetAssemblyVersion>2.0.0.0</GrpcDotnetAssemblyVersion>
99

1010
<!-- file version of all grpc-dotnet -->
11-
<GrpcDotnetAssemblyFileVersion>2.48.0.0</GrpcDotnetAssemblyFileVersion>
11+
<GrpcDotnetAssemblyFileVersion>2.49.0.0</GrpcDotnetAssemblyFileVersion>
1212

1313
</PropertyGroup>
1414
</Project>

src/Grpc.Core.Api/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ public static class VersionInfo
3636
/// <summary>
3737
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
3838
/// </summary>
39-
public const string CurrentAssemblyFileVersion = "2.48.0.0";
39+
public const string CurrentAssemblyFileVersion = "2.49.0.0";
4040

4141
/// <summary>
4242
/// Current version of gRPC C#
4343
/// </summary>
44-
public const string CurrentVersion = "2.48.0-dev";
44+
public const string CurrentVersion = "2.49.0-dev";
4545
}
4646
}

0 commit comments

Comments
 (0)