Skip to content

Commit

Permalink
Update 2.55 branch to 2.55-pre1 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Jun 23, 2023
1 parent c72ada6 commit 76824ea
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.54.0-dev</GrpcDotnetVersion>
<GrpcDotnetVersion>2.55.0-pre1</GrpcDotnetVersion>

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

<!-- file version of all grpc-dotnet -->
<GrpcDotnetAssemblyFileVersion>2.54.0.0</GrpcDotnetAssemblyFileVersion>
<GrpcDotnetAssemblyFileVersion>2.55.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.54.0.0";
public const string CurrentAssemblyFileVersion = "2.55.0.0";

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

0 comments on commit 76824ea

Please sign in to comment.