Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamranjan committed Apr 6, 2020
1 parent 9d906ef commit ddcbee6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dotnet-etcd/dotnet-etcd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/shubhamranjan/dotnet-etcd</RepositoryUrl>
<PackageProjectUrl>https://github.com/shubhamranjan/dotnet-etcd</PackageProjectUrl>
<PackageReleaseNotes>Handle all watch exceptions</PackageReleaseNotes>
<PackageReleaseNotes>1. Randomize balancing of node connections
2. Add timeout and cancellation token support
3. Fix exception stacktrace
4. Update packages</PackageReleaseNotes>
<Authors>Shubham Ranjan</Authors>
<Company />
<Product />
Expand All @@ -23,7 +26,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>3.1.1</Version>
<Version>3.2.0</Version>
<AutoGenerateBindingRedirects>False</AutoGenerateBindingRedirects>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl />
Expand Down

0 comments on commit ddcbee6

Please sign in to comment.