ATZ.DependencyInjection.System 3.0.0.103

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

// Install ATZ.DependencyInjection.System as a Cake Tool
#tool nuget:?package=ATZ.DependencyInjection.System&version=3.0.0.103

ATZ.DependencyResolver extension package for providing bindings to System static classes.

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 (1)

Showing the top 1 NuGet packages that depend on ATZ.DependencyInjection.System:

Package Downloads
ATZ.MVVM

Base library for MVVM architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0.103 2,359 7/1/2017
2.2.0.73 1,117 3/26/2017
2.1.1.66 1,118 1/8/2017
2.1.0.65 1,079 1/8/2017
2.0.1.64 1,106 1/8/2017
2.0.0.63 1,153 1/8/2017
1.3.4.56 1,124 12/31/2016
1.3.3.51 1,070 12/18/2016
1.3.2.49 1,631 12/17/2016
1.3.1.11715 1,148 12/13/2016
1.3.0.11004 1,168 12/13/2016
1.2.2.14256 1,151 11/24/2016
1.2.1.34886 1,111 11/19/2016
1.2.0.27095 2,062 11/11/2016

3.0.0:
- Depending on PCL 259 ATZ.DependencyInjection.
     
2.1.0:
- Retaining JetBrains.Annotations symbols on the API.
     
2.0.1:
- Fixing problem with installation of the ATZ.DependencyInjection.System module.
     
2.0.0:
- For when trying to get contravariant interface for a non-generic interface, now ArgumentOutOfRange exception is shown instead of ArgumentException.
- Eliminating possibilities for null reference exceptions and adding annotations for ReSharper.

1.3.2:
- Fixing 4th version number to be the number of the build instead some time dependent number indicated by *, as in case of time dependency different target frameworks got different numbers.

1.3.1:
- Missing .NET 4.5 files corrected.
     
1.3.0:
- Supporting .NET 4.5 target framework.

1.2.0:
- Initial NuGet Packaging.