Skip to content

Commit

Permalink
release: 7.2.0 with package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamranjan committed Oct 19, 2024
1 parent 1fa396a commit 38a0f95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dotnet-etcd/dotnet-etcd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Your applications can read and write data into etcd. A simple use-case is to sto
Advanced uses take advantage of the consistency guarantees to implement database leader elections or do distributed locking across a cluster of workers.</Description>
<PackageTags>etcd grpc etcdv3 etcd3</PackageTags>
<SignAssembly>false</SignAssembly>
<Version>7.1.1</Version>
<Version>7.2.0</Version>
<AutoGenerateBindingRedirects>False</AutoGenerateBindingRedirects>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl />
Expand All @@ -47,14 +47,14 @@ Advanced uses take advantage of the consistency guarantees to implement database


<ItemGroup>
<PackageReference Include="Google.Api.CommonProtos" Version="2.15.0" />
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.65.0" />
<PackageReference Include="Grpc.Tools" Version="2.65.0">
<PackageReference Include="Google.Api.CommonProtos" Version="2.16.0" />
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
<PackageReference Include="Grpc.Net.Client" Version="2.66.0" />
<PackageReference Include="Grpc.Tools" Version="2.67.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />

<Protobuf Include="grpc\proto\etcd\auth.proto" GrpcServices="Client" />
<Protobuf Include="grpc\proto\etcd\election.proto" GrpcServices="Client" />
Expand Down

0 comments on commit 38a0f95

Please sign in to comment.