From a16f86a9276eb7fe55c071aa22507a5a955c7c70 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 22 Jul 2026 10:36:28 +0530 Subject: [PATCH 1/3] Update version for v2.83.x --- build/version.props | 2 +- src/Grpc.Core.Api/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.props b/build/version.props index 75373120d..ecd614d8b 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.66.0-dev + 2.83.0 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index d4b472b99..a0e92bffb 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -41,5 +41,5 @@ public static class VersionInfo /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.66.0-dev"; + public const string CurrentVersion = "2.83.0"; } From 4a7c823478b8c1b3017649d5ebc267d2fb1fb9d3 Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 22 Jul 2026 10:43:08 +0530 Subject: [PATCH 2/3] suffix -pre1 --- build/version.props | 2 +- src/Grpc.Core.Api/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.props b/build/version.props index ecd614d8b..a8b0e3e0c 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.83.0 + 2.83.0-pre1 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index a0e92bffb..2da77dcfd 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -41,5 +41,5 @@ public static class VersionInfo /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.83.0"; + public const string CurrentVersion = "2.83.0-pre1"; } From 2bda1fa91bd880b645fa0d6c7d89e9b732a6576b Mon Sep 17 00:00:00 2001 From: Ashesh Vidyut Date: Wed, 22 Jul 2026 12:50:59 +0530 Subject: [PATCH 3/3] address comment --- build/version.props | 2 +- src/Grpc.Core.Api/VersionInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/version.props b/build/version.props index a8b0e3e0c..92b46f5ec 100644 --- a/build/version.props +++ b/build/version.props @@ -8,7 +8,7 @@ 2.0.0.0 - 2.66.0.0 + 2.83.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 2da77dcfd..6962cae32 100644 --- a/src/Grpc.Core.Api/VersionInfo.cs +++ b/src/Grpc.Core.Api/VersionInfo.cs @@ -36,7 +36,7 @@ public static class VersionInfo /// /// Current AssemblyFileVersion of gRPC C# assemblies /// - public const string CurrentAssemblyFileVersion = "2.66.0.0"; + public const string CurrentAssemblyFileVersion = "2.83.0.0"; /// /// Current version of gRPC C#