Skip to content

Commit

Permalink
chore(deps): bump Google.Protobuf from 3.25.1 to 3.26.1
Browse files Browse the repository at this point in the history
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.26.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.1...v3.26.1)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent f04b5d2 commit 22d825d
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions src/AxonIQ.AxonServer.Connector/AxonIQ.AxonServer.Connector.csproj
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>AxonIQ.AxonServer.Connector</RootNamespace>
<Description>AxonServer Connector for .NET</Description>
<Authors>Yves Reynhout</Authors>
<Copyright>AxonIQ 2023</Copyright>
<RepositoryUrl>https://github.com/AxonIQ/axonserver-connector-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Company>AxonIQ</Company>
<Product>AxonServer</Product>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<IsPackable>true</IsPackable>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.8.14" />
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="all" />
<PackageReference Include="Google.Protobuf" Version="3.25.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
<PackageReference Include="Grpc.Tools" Version="2.59.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="OpenTelemetry.Api" Version="1.6.0" />
</ItemGroup>

<ItemGroup>
<Protobuf Include="..\..\axon-server-api\src\main\proto\common.proto" GrpcServices="None" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\admin.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\command.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\control.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\event.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\query.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
</ItemGroup>

<Target Name="DiscoverPackageReleaseNotes" AfterTargets="MinVer" Condition="'$(DesignTimeBuild)' != 'true' AND '$(MinVerSkip)' != 'true'">
<Exec Command="dotnet peek-at-changelog --version $(MinVerVersion) --fallback $([MSBuild]::GetPathOfFileAbove('CHANGELOG.md'))" ConsoleToMSBuild="true" StandardOutputImportance="Low">
<Output TaskParameter="ConsoleOutput" ItemName="PeekAtChangelogConsoleOutput" />
</Exec>
<PropertyGroup>
<PackageReleaseNotes>@(PeekAtChangelogConsoleOutput)</PackageReleaseNotes>
</PropertyGroup>
</Target>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>AxonIQ.AxonServer.Connector</RootNamespace>
<Description>AxonServer Connector for .NET</Description>
<Authors>Yves Reynhout</Authors>
<Copyright>AxonIQ 2023</Copyright>
<RepositoryUrl>https://github.com/AxonIQ/axonserver-connector-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Company>AxonIQ</Company>
<Product>AxonServer</Product>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>
<IsPackable>true</IsPackable>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReadmeFile>README.md</PackageReadmeFile>
<MinVerDefaultPreReleaseIdentifiers>preview.0</MinVerDefaultPreReleaseIdentifiers>
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.8.14" />
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="all" />
<PackageReference Include="Google.Protobuf" Version="3.26.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
<PackageReference Include="Grpc.Tools" Version="2.59.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="OpenTelemetry.Api" Version="1.6.0" />
</ItemGroup>

<ItemGroup>
<Protobuf Include="..\..\axon-server-api\src\main\proto\common.proto" GrpcServices="None" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\admin.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\command.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\control.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\event.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
<Protobuf Include="..\..\axon-server-api\src\main\proto\query.proto" GrpcServices="Client" ProtoRoot="..\..\axon-server-api\src\main\proto" />
</ItemGroup>

<Target Name="DiscoverPackageReleaseNotes" AfterTargets="MinVer" Condition="'$(DesignTimeBuild)' != 'true' AND '$(MinVerSkip)' != 'true'">
<Exec Command="dotnet peek-at-changelog --version $(MinVerVersion) --fallback $([MSBuild]::GetPathOfFileAbove('CHANGELOG.md'))" ConsoleToMSBuild="true" StandardOutputImportance="Low">
<Output TaskParameter="ConsoleOutput" ItemName="PeekAtChangelogConsoleOutput" />
</Exec>
<PropertyGroup>
<PackageReleaseNotes>@(PeekAtChangelogConsoleOutput)</PackageReleaseNotes>
</PropertyGroup>
</Target>
</Project>

0 comments on commit 22d825d

Please sign in to comment.