Provision.Config by Ove Andersen

<PackageReference Include="Provision.Config" Version="1.1.1" />

 Provision.Config 1.1.1

Adds support to the Provision package for configuration using app.config and web.config files.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Provision.Config</id>
    <version>1.1.1</version>
    <title>Config file support for Provision</title>
    <authors>Ove Andersen</authors>
    <owners>EyeCatch</owners>
    <licenseUrl>http://www.eyecatch.no/licenses/apache-20/</licenseUrl>
    <projectUrl>https://github.com/azzlack/provision</projectUrl>
    <iconUrl>http://www.eyecatch.no/favicon.ico</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds support to the Provision package for configuration using app.config and web.config files.</description>
    <summary>Provision support for configuration using app.config and web.config.</summary>
    <releaseNotes />
    <copyright>Copyright EyeCatch 2014</copyright>
    <language>en-US</language>
    <tags>caching redis memory config provision eyecatch</tags>
    <dependencies>
      <dependency id="Provision" version="1.1.1" />
    </dependencies>
  </metadata>
</package>