CommonComposition.Source 0.2.4

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

// Install CommonComposition.Source as a Cake Tool
#tool nuget:?package=CommonComposition.Source&version=0.2.4

Portable component composition annotations, dependency injection framework agnostic.
       
Automatically register your application components by convention with the most popular DI frameworks, while keeping your code container-agnostic.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.2.4 1,650 8/14/2014
0.2.3 1,560 12/3/2013
0.2.2 1,193 8/14/2014
0.2.0 2,178 12/2/2013

v0.2

* Added [Named] annotation that is available on components or constructor parameters
 to specify named components and dependencies

v0.1

* Initial ComponentAttribute annotation, with IsSingleton support