Envelop by Kevin Thompson

<PackageReference Include="Envelop" Version="0.1.0" />

 Envelop 0.1.0

Envelop is a simple to use Dependency Injection and Inversion of Control container

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Envelop</id>
    <version>0.1.0.0</version>
    <title>Envelop</title>
    <authors>Kevin Thompson</authors>
    <owners>Kevin Thompson</owners>
    <licenseUrl>https://github.com/kthompson/envelop/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://github.com/kthompson/envelop</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Envelop is a simple to use Dependency Injection and Inversion of Control container</description>
    <copyright>Copyright 2014</copyright>
    <tags>Inversion-Of-Control IoC Dependency-Injection DI</tags>
    <dependencies />
  </metadata>
</package>