Draft 1.0.1.1
See the version list below for details.
dotnet add package Draft --version 1.0.1.1
NuGet\Install-Package Draft -Version 1.0.1.1
<PackageReference Include="Draft" Version="1.0.1.1" />
paket add Draft --version 1.0.1.1
#r "nuget: Draft, 1.0.1.1"
// Install Draft as a Cake Addin #addin nuget:?package=Draft&version=1.0.1.1 // Install Draft as a Cake Tool #tool nuget:?package=Draft&version=1.0.1.1
An etcd client library for .Net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Flurl (>= 1.0.10)
- Flurl.Http (>= 0.7.0)
- Newtonsoft.Json (> 6.0.8)
- Rx-Core (>= 2.2.5)
- Rx-Interfaces (>= 2.2.5)
- Rx-Linq (>= 2.2.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.8 | 1,481 | 8/16/2018 |
1.0.7.1 | 1,004 | 8/9/2018 |
1.0.6.1 | 949 | 8/3/2018 |
1.0.5 | 1,095 | 7/26/2017 |
1.0.4 | 2,388 | 9/19/2016 |
1.0.3 | 1,069 | 8/24/2016 |
1.0.2 | 1,382 | 8/1/2016 |
1.0.1.1 | 1,897 | 3/24/2016 |
1.0.0 | 1,511 | 7/4/2015 |
0.2.1 | 1,175 | 5/7/2015 |
0.2.0 | 1,389 | 4/27/2015 |
0.1.1 | 1,190 | 3/18/2015 |
0.1.0 | 1,128 | 3/9/2015 |
Fixed: Updated nuspec dependency versions for Flurl and Flurl.Http
New: `WithTimeToLive` extension methods which support taking a`TimeSpan?`
Fixed: `IClusterEtcdClient.CreateMember()` call will now normalize the passed `WithPeerUri` values in order to conform with etcd's expected input format (just scheme://address:port/)
Fixed: `IClusterEtcdClient.UpdateMemberPeerUrls()` call will now normalize the passed `WithPeerUri` values in order to conform with etcd's expected input format (just scheme://address:port/)
Change: Updated Flurl dependency from 1.0.8 to 1.0.10
Change: Updated Flurl.Http dependency from 0.6.2 to 0.7.0