diff --git a/build/dependencies.props b/build/dependencies.props index 70f2be781..d4a8730ad 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"; }