InjectionMap.Configuration 1.3.1

dotnet add package InjectionMap.Configuration --version 1.3.1
NuGet\Install-Package InjectionMap.Configuration -Version 1.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="InjectionMap.Configuration" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add InjectionMap.Configuration --version 1.3.1
#r "nuget: InjectionMap.Configuration, 1.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install InjectionMap.Configuration as a Cake Addin
#addin nuget:?package=InjectionMap.Configuration&version=1.3.1

// Install InjectionMap.Configuration as a Cake Tool
#tool nuget:?package=InjectionMap.Configuration&version=1.3.1

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1 1,175 3/25/2016
1.3.0 1,150 1/22/2015
1.3.0-RC1 1,081 12/16/2014
1.2.0 1,496 11/4/2014
1.1.0 1,045 10/14/2014
1.0.2 1,019 9/3/2014
1.0.1 1,028 9/2/2014

1.3.0
- Added: PropertyInjection - Automaticaly resolve and inject values to properties
- Added: Logging/Tracing
- 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