Metadata >> NuGet >> CommonComposition

CommonComposition

Metadata

Authors ClariusLabs
Copyrights Copyright 2013, ClariusLabs under Apache 2.0 license
Description 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.
IconUrl http://clarius.io/commoncomposition
LicenseUrl https://raw.github.com/clariuslabs/CommonComposition/master/LICENSE
Owners danielkzu, clariuslabs
ProjectUrl https://github.com/clariuslabs/CommonComposition
ReleaseNotes 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
RequireLicenseAcceptance False
Tags dependency injection di extensibility composition
Title CommonComposition
PackageSize 9271
PackageHashAlgorithm SHA512
PackageHash gGcddCNMAzBuYkVhnDkBqH4mzh7WgARbqSDe/547Vy7MHlsE0Up0tOIJsmJpSfPcNkQGmn/tOCS9Ek5UUe0XvQ==
DownloadCount 000000
CreatedDate 2013-12-03T19:09:26

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CommonComposition -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CommonComposition -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package CommonComposition
Installing the package (HTTP Basic authentication):
Install-Package CommonComposition -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CommonComposition -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package CommonComposition

OpenWrap

Installing the package:
o add-wrap CommonComposition
Uninstalling the package:
o remove-wrap CommonComposition

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.2.3
0.2.2
0.2.1