-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump Grpc.Net.Client from 2.59.0 to 2.61.0
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.59.0 to 2.61.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.59.0...v2.61.0) --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
f04b5d2
commit 038ba86
Showing
1 changed file
with
60 additions
and
60 deletions.
There are no files selected for viewing
120 changes: 60 additions & 60 deletions
120
src/AxonIQ.AxonServer.Connector/AxonIQ.AxonServer.Connector.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.25.1" /> | ||
<PackageReference Include="Grpc.Net.Client" Version="2.61.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> |