Skip to content

Commit

Permalink
Bump 2.63.x branch to 2.63.0-pre1 (#2430)
Browse files Browse the repository at this point in the history
* bump to 2.63.pre1

* finish update
  • Loading branch information
apolcyn committed May 8, 2024
1 parent 989420e commit 48aeb80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<PropertyGroup>

<!-- package version of grpc-dotnet -->
<GrpcDotnetVersion>2.61.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.63.0-pre1</GrpcDotnetVersion>

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

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.61.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.63.0.0</GrpcDotnetAssemblyFileVersion>

</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Grpc.Core.Api/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ public static class VersionInfo
/// <summary>
/// Current <c>AssemblyFileVersion</c> of gRPC C# assemblies
/// </summary>
public const string CurrentAssemblyFileVersion = "2.61.0.0";
public const string CurrentAssemblyFileVersion = "2.63.0.0";

/// <summary>
/// Current version of gRPC C#
/// </summary>
public const string CurrentVersion = "2.61.0-dev";
public const string CurrentVersion = "2.63.0-pre1";
}

0 comments on commit 48aeb80

Please sign in to comment.