SimpleInjector.Packaging by S. van Deursen

<PackageReference Include="SimpleInjector.Packaging" Version="2.1.0" />

 SimpleInjector.Packaging 2.1.0

Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <version>2.1.0</version>
    <authors>S. van Deursen</authors>
    <owners>S. van Deursen</owners>
    <licenseUrl>http://simpleinjector.codeplex.com/license</licenseUrl>
    <projectUrl>http://simpleinjector.codeplex.com</projectUrl>
    <iconUrl>http://i3.codeplex.com/Download?ProjectName=simpleinjector&amp;DownloadId=629835</iconUrl>
    <dependencies>
      <dependency id="SimpleInjector" version="2.1.0" />
    </dependencies>
    <id>SimpleInjector.Packaging</id>
    <title>Simple Injector Packaging</title>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.</description>
    <summary>Adds support for packaging sets of related services to allow registering them together.</summary>
    <copyright>S. van Deursen 2012 - 2013</copyright>
    <language>en-US</language>
    <tags>simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC Servicelocator packaging packages modules installers registries</tags>
  </metadata>
</package>