From 23cd81fbdbf6c6f5db538bcfbb46cd7c453132f1 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 2 Mar 2023 14:50:11 +0100 Subject: [PATCH] Update version to 2.52.0-dev on master (#2063) * update version to 2.52.0-dev on master * Update VersionInfo.cs * Update dependencies.props --- build/dependencies.props | 4 ++-- build/version.props | 4 ++-- src/Grpc.Core.Api/VersionInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index ac9706ac2..a0a0184ed 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,8 +4,8 @@ 1.46.0 3.22.0 2.49.0 - 2.46.5 - 2.51.0 + 2.46.6 + 2.52.0 7.0.0 6.0.11 5.0.3 diff --git a/build/version.props b/build/version.props index 3c07296df..cf3e87539 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.51.0-dev + 2.52.0-dev 2.0.0.0 - 2.51.0.0 + 2.52.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 2c94f56ce..b3a042723 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -36,10 +36,10 @@ public static class VersionInfo /// /// Current AssemblyFileVersion of gRPC C# assemblies /// - public const string CurrentAssemblyFileVersion = "2.51.0.0"; + public const string CurrentAssemblyFileVersion = "2.52.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.51.0-dev"; + public const string CurrentVersion = "2.52.0-dev"; }