InjectionMap.Configuration by Christian Walpen

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

 InjectionMap.Configuration 1.1.0

InjectionMap.Configuration is a small extension to InjectionMap for defining mappings in the application configuration file.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>InjectionMap.Configuration</id>
    <version>1.1.0</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>InjectionMap.Configuration is a small extension to InjectionMap for defining mappings in the application configuration file.</description>
    <summary>InjectionMap.Configuration is a small extension to InjectionMap for defining mappings in the application configuration file.</summary>
    <releaseNotes>1.1.0
- Rename Key to Contract and for to mappedType
- Map to custom context
1.0.2
- Added support to initialize IMapInitializers in config files
- Added support to register Mappings in the config files</releaseNotes>
    <language />
    <tags>InjectionMap IoC DI Configuration</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="InjectionMap" version="1.5.1" />
      </group>
    </dependencies>
  </metadata>
</package>