From 7cd4bc2447d6ea7938798ac34330c1c873c07e62 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 7 Feb 2024 21:07:42 +0000 Subject: [PATCH] bump Grpc.Tools --- Directory.Packages.props | 2 +- doc/release_process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e5914c97a..6ebce4e83 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -30,7 +30,7 @@ - + diff --git a/doc/release_process.md b/doc/release_process.md index 5f8b5bb1c..91c40c589 100644 --- a/doc/release_process.md +++ b/doc/release_process.md @@ -10,7 +10,7 @@ release that the new release depends on. ## Releasing a new version of grpc-dotnet (every 6 weeks) - Before cutting the release branch - - If needed, on the master branch update the `` and `` dependency versions in [dependencies.props](https://github.com/grpc/grpc-dotnet/blob/master/build/dependencies.props) + - If needed, on the master branch update the `Grpc.Tools` and `Grpc.Core` dependency versions in [Directory.Packages.props](https://github.com/grpc/grpc-dotnet/blob/master/Directory.Packages.props) to the latest pre-release of `Grpc.Tools` or `Grpc.Core` (that was released as part of the grpc/grpc release process) - Make sure that any patches/bugfixes from the last released branch have been applied to the master branch as well.