From b5452e585a89a3bf51e8601dc7917cee2c0790a6 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 25 Feb 2025 06:02:15 +0000 Subject: [PATCH 1/2] bump Grpc.Tools dep --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 1c82cda73..35b4940a7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -33,7 +33,7 @@ - + From 28603cceb253f239d2cd442701fe5e78f8817c1a Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 25 Feb 2025 17:03:01 +0000 Subject: [PATCH 2/2] bump version to 2.70-pre1 --- build/version.props | 4 ++-- src/Grpc.Core.Api/VersionInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/version.props b/build/version.props index 75373120d..5cee5042a 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.66.0-dev + 2.70.0-pre1 2.0.0.0 - 2.66.0.0 + 2.70.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index d4b472b99..5db9e5a61 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.66.0.0"; + public const string CurrentAssemblyFileVersion = "2.70.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.66.0-dev"; + public const string CurrentVersion = "2.70.0-pre1"; }