IoC 2.2.0.2

dotnet add package IoC --version 2.2.0.2
NuGet\Install-Package IoC -Version 2.2.0.2
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="IoC" Version="2.2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IoC --version 2.2.0.2
#r "nuget: IoC, 2.2.0.2"
#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 IoC as a Cake Addin
#addin nuget:?package=IoC&version=2.2.0.2

// Install IoC as a Cake Tool
#tool nuget:?package=IoC&version=2.2.0.2

This is a IoC container based on Dependency Injection. As dependencies are
controlled with attributes, you do not need any code to register, lookup,
or wire object instances.

It is self contained by defining attributes in your classes. Configuration can
also be externalized with a declarative XML configuration.

On top, there is a continuously growing "Enterprise Features Layer" which
offers functionality like asynchronous task scheduling or validation api.

See the project web page for an introduction and examples.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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
2.2.0.2 12,364 3/4/2016
2.2.0.1 8,064 1/29/2016
2.2.0 6,742 1/25/2016
2.1.0.1 7,402 9/8/2015
2.1.0 7,099 6/24/2015
2.0.0.3 6,989 6/3/2015
2.0.0.2 6,946 6/2/2015
2.0.0.1 6,958 6/1/2015
2.0.0 7,261 5/21/2015

Version 2.2.0.2
     - Logging API added

     Version 2.2.0.1
     - Optimizing runtime injection

     Version 2.2.0.0
     - Runtime Proxy facility
     - Encryption and Encoding attributes for zero code de-/encryption and de-/encoding
     - Documentation available at http://maikheller.info/IoC/DoxyDocu/
     - Previous Documentation available at http://maikheller.info/IoC/DoxyDocu-2.0.0.2/

     Version 2.1.0.0
     - Validation API added
     - Schema Version adjusted (Configuration-2.1.xsd)
     - Documentation available at http://maikheller.info/IoC/DoxyDocu/
     - Previous Documentation available at http://maikheller.info/IoC/DoxyDocu-2.0.0.2/

     Version 2.0.0.3
     - Primary and Qualifier attributes implemented

     Version 2.0.0.2
     - Added Readme.txt

     Version 2.0.0.1
     - Correction and documentation in Configuration-2.0.xsd