Skip to content

Commit

Permalink
chore(deps): bump the nuget group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the nuget group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [CommunityToolkit.Diagnostics](https://github.com/CommunityToolkit/dotnet) | `8.2.2` | `8.3.0` |
| [Google.Protobuf](https://github.com/protocolbuffers/protobuf) | `3.27.2` | `3.28.0` |
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.64.0` | `2.65.0` |
| [Grpc.Net.ClientFactory](https://github.com/grpc/grpc-dotnet) | `2.64.0` | `2.65.0` |
| [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) | `2.64.0` | `2.65.0` |
| [Grpc.Tools](https://github.com/grpc/grpc) | `2.65.0` | `2.66.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.0` |



Updates `CommunityToolkit.Diagnostics` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.2.2...v8.3.0)

Updates `Google.Protobuf` from 3.27.2 to 3.28.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.27.2...v3.28.0)

Updates `Grpc.Net.Client` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.64.0...v2.65.0)

Updates `Grpc.Net.ClientFactory` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.64.0...v2.65.0)

Updates `Grpc.Net.Client` from 2.64.0 to 2.65.0
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.64.0...v2.65.0)

Updates `Grpc.Tools` from 2.65.0 to 2.66.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/commits)

Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.10.0...v17.11.0)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Grpc.Net.ClientFactory
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Grpc.Tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 3eab568 commit 2d62f8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Pinecone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ In the absence of an official SDK, it provides first-class support for Pinecone
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.3.0" />
<PackageReference Include="MinVer" Version="5.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Google.Protobuf" Version="3.27.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.64.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.64.0" />
<PackageReference Include="Grpc.Tools" Version="2.65.0">
<PackageReference Include="Google.Protobuf" Version="3.28.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.65.0" />
<PackageReference Include="Grpc.Tools" Version="2.66.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion test/PineconeTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 2d62f8e

Please sign in to comment.