Autofac.Extras.NHibernate by Autofac Contributors

<PackageReference Include="Autofac.Extras.NHibernate" Version="3.0.1" />

 Autofac.Extras.NHibernate 3.0.1

This is the Autofac implementation of the NHibernate factories that allow for dependency injection into entities and NHibernate objects.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Autofac.Extras.NHibernate</id>
    <version>3.0.1</version>
    <title>Autofac Extras: NHibernate Support</title>
    <authors>Autofac Contributors</authors>
    <owners>Autofac Contributors</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://autofac.org</projectUrl>
    <iconUrl>http://code.google.com/p/autofac/logo</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is the Autofac implementation of the NHibernate factories that allow for dependency injection into entities and NHibernate objects.</description>
    <summary>Autofac extension for NHibernate support.</summary>
    <language>en-US</language>
    <dependencies>
      <dependency id="Autofac" version="[3.3.1, 4.0.0)" />
      <dependency id="NHibernate" version="3.3.3.4001" />
    </dependencies>
  </metadata>
</package>