ConsulStructure 0.0.4

dotnet add package ConsulStructure --version 0.0.4
NuGet\Install-Package ConsulStructure -Version 0.0.4
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.4">
  <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.4
#r "nuget: ConsulStructure, 0.0.4"
#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.4

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

$description

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

Fixed
- Slashing your way through configuration is what this project is
  about. Unfortunately, keys in consul don't start with a /, and
  my simulator did, because i don't have a test rig for it yet. So
  I slashed the slash, and now it works.
- Events are good, but too much of a good thing is, well, not such
  a good thing. Key/Value events now only trigger when there's a
  good reason for it, like actually having key values.