SimpleInjector.Integration.Web by Simple Injector Contributors

<PackageReference Include="SimpleInjector.Integration.Web" Version="3.0.0-alpha1" />

 SimpleInjector.Integration.Web 3.0.0-alpha1

The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <version>3.0.0-alpha1</version>
    <authors>Simple Injector Contributors</authors>
    <owners>Simple Injector Contributors</owners>
    <licenseUrl>https://simpleinjector.codeplex.com/license</licenseUrl>
    <projectUrl>https://simpleinjector.readthedocs.org/en/latest/lifetimes.html#per-web-request</projectUrl>
    <iconUrl>https://simpleinjector.org/simpleinjector.ico</iconUrl>
    <dependencies>
      <dependency id="SimpleInjector" version="3.0.0-alpha1" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.Web.Infrastructure" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
    <id>SimpleInjector.Integration.Web</id>
    <title>Simple Injector ASP.NET Integration</title>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.</description>
    <summary>ASP.NET integration for Simple Injector. General integration package for web applications such as Web Forms, MVC and IIS hosted Web API projects.</summary>
    <copyright>Simple Injector Contributors 2012 - 2014</copyright>
    <language>en-US</language>
    <tags>simpleinjector architecture dependency-injection DI easy easy-to-use Inversion-of-Control IOC per-web-request web integration</tags>
  </metadata>
</package>