Griffin.Container by jgauffin

<PackageReference Include="Griffin.Container" Version="0.1.0" />

 Griffin.Container 0.1.0

Inversion Of Control container which is reasonable fast (faster than Unity, Autofac, Ninject etc) and very easy to configure.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <version>0.1.0</version>
    <authors>jgauffin</authors>
    <owners>jgauffin</owners>
    <licenseUrl>http://www.gnu.org/licenses/lgpl.txt</licenseUrl>
    <projectUrl>https://github.com/jgauffin/griffin.container</projectUrl>
    <id>Griffin.Container</id>
    <title>Griffin.Container</title>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Inversion Of Control container which is reasonable fast (faster than Unity, Autofac, Ninject etc) and very easy to configure.</description>
    <summary>Inversion Of Control container which is reasonable fast (faster than Unity, Autofac, Ninject etc) and very easy to configure.</summary>
    <releaseNotes>First beta</releaseNotes>
    <copyright>(c) Jonas Gauffin 2012</copyright>
    <tags>ioc,inversion of control,dependnecy</tags>
  </metadata>
</package>