MvcSiteMapProvider.MVC3.DI.Autofac.Modules by Maarten Balliauw, Shad Storhaug

<PackageReference Include="MvcSiteMapProvider.MVC3.DI.Autofac.Modules" Version="4.4.7" />

 MvcSiteMapProvider.MVC3.DI.Autofac.Modules 4.4.7

Dependency injection modules for Autofac that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package requires manual configuration to integrate with Autofac, but is the least invasive option that won't bypass any existing DI bootstrapping code.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>MvcSiteMapProvider.MVC3.DI.Autofac.Modules</id>
    <version>4.4.7</version>
    <title>MvcSiteMapProvider MVC3 Autofac Modules Only (requires manual config)</title>
    <authors>Maarten Balliauw, Shad Storhaug</authors>
    <owners>Maarten Balliauw, Shad Storhaug</owners>
    <projectUrl>http://github.com/maartenba/MvcSiteMapProvider</projectUrl>
    <iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=mvcsitemap&amp;DownloadId=196029</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Dependency injection modules for Autofac that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package requires manual configuration to integrate with Autofac, but is the least invasive option that won't bypass any existing DI bootstrapping code.</description>
    <summary>Dependency injection modules for Autofac that can be used to integrate MvcSiteMapProvider into an existing dependency injection setup. You may customize this configuration to allow for replacement of virtually any part of MvcSiteMapProvider by implementing one of its interfaces and injecting an instance of your implementation. This package requires manual configuration to integrate with Autofac, but is the least invasive option that won't bypass any existing DI bootstrapping code.</summary>
    <language>en-US</language>
    <tags>mvc mvc3 sitemap mvcsitemap menu breadcrumb navigation Autofac DI IoC dependency injection mvcsitemapprovider</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.4.7" />
        <dependency id="Autofac" version="2.6" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.4.7" />
        <dependency id="Autofac" version="2.6" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="MvcSiteMapProvider.MVC3" version="4.4.7" />
        <dependency id="Autofac" version="2.6" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.5" />
    </frameworkAssemblies>
  </metadata>
</package>