InjectionMap.Configuration by Christian Walpen

<PackageReference Include="InjectionMap.Configuration" Version="1.3.0-RC1" />

 InjectionMap.Configuration 1.3.0-RC1

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.3.0-RC1</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.3.0
      - Added: PropertyInjection - Automaticaly resolve and inject values to properties
      - Added: Logging
      - Refactored: Moved Initialize Extensionmethod from InjectionMap.Configuration to InjectionMap namespace
      1.2.0
      - Map to and reslove from a named context
      - Moved Initializer methods from InjectionMapper to MapInitializer
      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.4" />
      </group>
    </dependencies>
  </metadata>
</package>