InjectionMap.Configuration by Christian Walpen

<PackageReference Include="InjectionMap.Configuration" Version="1.0.1" />

 InjectionMap.Configuration 1.0.1

A extensions for InjectionMap that allows mappings to be configured in the application configuration file (app.config)

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>InjectionMap.Configuration</id>
    <version>1.0.1</version>
    <title>InjectionMap.Configuration</title>
    <authors>Christian Walpen</authors>
    <owners>Christian Walpen</owners>
    <licenseUrl>https://github.com/InjectionMap/InjectionMap.Configuration/raw/master/License.txt</licenseUrl>
    <projectUrl>http://wicked-flame.blogspot.ch/p/injectionmap.html</projectUrl>
    <iconUrl>https://github.com/InjectionMap/InjectionMap.Configuration/raw/master/assets/InjectionMap.ico</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A extensions for InjectionMap that allows mappings to be configured in the application configuration file (app.config)</description>
    <summary>A extensions for InjectionMap that allows mappings to be configured in the application configuration file (app.config)</summary>
    <releaseNotes />
    <language />
    <tags>InjectionMap IoC DI Configuration</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="InjectionMap" version="1.4.7" />
      </group>
    </dependencies>
  </metadata>
</package>