DynamicImage.Mvc by Sound in Theory Ltd

<PackageReference Include="DynamicImage.Mvc" Version="3.0.0" />

 DynamicImage.Mvc 3.0.0

Extensions for DynamicImage providing integration with ASP.NET MVC 3

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>DynamicImage.Mvc</id>
    <version>3.0.0</version>
    <title>DynamicImage.Mvc</title>
    <authors>Sound in Theory Ltd</authors>
    <owners>Tim Jones</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/tgjones/dynamic-image</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Extensions for DynamicImage providing integration with ASP.NET MVC 3</description>
    <tags>.net40 ASP.NET image manipulation filters resize crop MVC</tags>
    <dependencies>
      <dependency id="DynamicImage" version="3.0.0.0" />
      <dependency id="Microsoft.AspNet.Mvc" version="3.0.20105.1" />
    </dependencies>
  </metadata>
</package>