ConsulStructure 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package ConsulStructure --version 0.0.3
NuGet\Install-Package ConsulStructure -Version 0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ConsulStructure" Version="0.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ConsulStructure --version 0.0.3
#r "nuget: ConsulStructure, 0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ConsulStructure as a Cake Addin
#addin nuget:?package=ConsulStructure&version=0.0.3

// Install ConsulStructure as a Cake Tool
#tool nuget:?package=ConsulStructure&version=0.0.3

A no-frills lib to keep your consul config up to date

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.0.4 1,118 3/7/2017
0.0.3 1,008 3/5/2017
0.0.2 996 2/27/2017
0.0.1 957 2/26/2017

Added
- I think it's rude to respond to requests with an error, but I'm not
  a server, so I made requests backoff exponentially on error, in case
  the server mellows over time
- ConsulStructure is so awesome you obviously don't want to stop it,
  but in those rare cases where you do, Cancellation on Stop is working.
- It takes a village to get ConsulStructure out, well, a village of 1,
  and many build scripts, so said build scripts have been made reusable
- For people that are curious, there are events for most things happening
- For people that are crafters, there are factories for most things
  being used
- For people that are an... I mean, picky, there are now coveralls.io,
  sonarqube and coverity scans for various types of builds, which
  helped uncover a bunch of edge case bugs in the test suite, which have
  been extinguished. The bugs, not the edge cases.