From a90b3de004bc76553afaa40dacbf150a28ef4840 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Fri, 6 Oct 2023 23:45:44 +0000 Subject: [PATCH 1/2] bump to pre1 on 2.58 branch --- 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 0b45ec131..5ce5fb472 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 2.58.0-dev + 2.58.0-pre1 2.0.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 599e31622..630413929 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.58.0-dev"; + public const string CurrentVersion = "2.58.0-pre1"; } From 2084009f8f375514dcad6b8b1d4571d266e8e6c8 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 24 Oct 2023 19:04:07 +0000 Subject: [PATCH 2/2] bump version to 2.59.0-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 5ce5fb472..1b11900ef 100644 --- a/build/version.props +++ b/build/version.props @@ -2,13 +2,13 @@ - 2.58.0-pre1 + 2.59.0-pre1 2.0.0.0 - 2.58.0.0 + 2.59.0.0 diff --git a/src/Grpc.Core.Api/VersionInfo.cs b/src/Grpc.Core.Api/VersionInfo.cs index 630413929..1eba5638f 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.58.0.0"; + public const string CurrentAssemblyFileVersion = "2.59.0.0"; /// /// Current version of gRPC C# /// - public const string CurrentVersion = "2.58.0-pre1"; + public const string CurrentVersion = "2.59.0-pre1"; }