DynamiConf.AzureLocator by Carlos G. Sarmiento

<PackageReference Include="DynamiConf.AzureLocator" Version="0.2.4.1" />

 DynamiConf.AzureLocator 0.2.4.1

The dynamic configuration manager for .NET

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>DynamiConf.AzureLocator</id>
    <version>0.2.4.1</version>
    <title>DynamiConf.AzureLocator</title>
    <authors>Carlos G. Sarmiento</authors>
    <owners>Carlos G. Sarmiento</owners>
    <licenseUrl>https://github.com/carlos-sarmiento/DynamiConf/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/carlos-sarmiento/DynamiConf</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The dynamic configuration manager for .NET</description>
    <releaseNotes>Separated providers into Locators and Interpreters for more fine-grained configuration.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>Configuration Dynamic DynamiConf Conf Azure Blob</tags>
    <dependencies>
      <dependency id="DynamiConf" version="0.2.4.1" />
      <dependency id="WindowsAzure.Storage" version="5.0.2" />
    </dependencies>
  </metadata>
</package>