<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>WebActivatorEx</id>
    <version>2.0.6</version>
    <title>WebActivator</title>
    <authors>David Ebbo</authors>
    <owners>David Ebbo</owners>
    <licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/davidebbo/WebActivator</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named.</description>
    <dependencies>
      <dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
    </dependencies>
  </metadata>
</package>