Skip to content

Commit

Permalink
release: 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamranjan committed Jul 14, 2024
1 parent 58693e6 commit a6cc729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.0.0-beta</Version>
<Version>7.0.0</Version>
<AutoGenerateBindingRedirects>False</AutoGenerateBindingRedirects>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl />
Expand All @@ -35,6 +35,7 @@ Advanced uses take advantage of the consistency guarantees to implement database
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a6cc729

Please sign in to comment.