Grace.Net by Ian Johnson

<PackageReference Include="Grace.Net" Version="2.3.8" />

 Grace.Net 2.3.8

Grace.Net provides feature for the Grace container that only existin in .Net such as scanning loaded assemblies.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Grace.Net</id>
    <version>2.3.8</version>
    <title>Grace.Net</title>
    <authors>Ian Johnson</authors>
    <owners>Ian Johnson</owners>
    <licenseUrl>https://github.com/ipjohnson/Grace/blob/master/License.md</licenseUrl>
    <projectUrl>https://github.com/ipjohnson/Grace</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Grace.Net provides feature for the Grace container that only existin in .Net such as scanning loaded assemblies.</description>
    <summary>Grace.Net is the .Net adjunct library for Grace</summary>
    <releaseNotes>This is a minor feature release to add ViewPageActivator for MVC, changing NuGet target to support Profile259 and new Lifestyle configuration property</releaseNotes>
    <copyright>Copyright 2014 Ian Johnson</copyright>
    <language>en-US</language>
    <tags>IoC Dependency Injection Container Portable Library</tags>
    <dependencies>
      <dependency id="Grace" version="2.3.8" />
    </dependencies>
  </metadata>
</package>