Skip to content

Commit

Permalink
Merge pull request #2370 from apolcyn/bump_branch
Browse files Browse the repository at this point in the history
Bump Grpc.Tools to 1.61.0
  • Loading branch information
apolcyn committed Feb 8, 2024
2 parents 6d1ea08 + 7cd4bc2 commit da20382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />

<!-- gRPC -->
<PackageVersion Include="Grpc.Tools" Version="2.60.0" />
<PackageVersion Include="Grpc.Tools" Version="2.61.0" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="$(GrpcDotNetPackageVersion)"/>
<PackageVersion Include="Grpc.Net.Client" Version="$(GrpcDotNetPackageVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion doc/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<GrpcToolsPackageVersion>` and `<GrpcPackageVersion>` 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.
Expand Down

0 comments on commit da20382

Please sign in to comment.