Skip to content

Commit

Permalink
Merge pull request #20 from ydb-platform/feat-update-grpc-client
Browse files Browse the repository at this point in the history
feat: update Grpc.Net.Client to 2.67.0 version
  • Loading branch information
KirillKurdyukov authored Nov 28, 2024
2 parents c64a540 + 62fa592 commit ab49386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Updated version of the library Grpc.Net.Client to 2.67.0

## v1.0.6
- Updated grpc methods: Query Service

Expand Down
2 changes: 1 addition & 1 deletion src/Ydb.Protos/Ydb.Protos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.18.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.39.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
<PackageReference Include="Grpc.Tools" Version="2.40.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit ab49386

Please sign in to comment.