VideoSearch / packages /Strathweb.CacheOutput.0.5 /Strathweb.CacheOutput.0.5.nuspec
niobures's picture
VideoSearch
e26fba6 verified
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Strathweb.CacheOutput</id>
<version>0.5</version>
<title>Strathweb.CacheOutput</title>
<authors>Filip W</authors>
<owners>Filip W</owners>
<licenseUrl>https://github.com/filipw/AspNetWebApi-OutputCache/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/filipw/AspNetWebApi-OutputCache</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you.</description>
<releaseNotes />
<copyright>2013 Filip W</copyright>
<language>en-CA</language>
<tags>aspnet webapi aspnetwebapi</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="Microsoft.AspNet.WebApi.Core" version="[4.0.30506]" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Runtime.Caching" targetFramework=".NETFramework4.0" />
</frameworkAssemblies>
</metadata>
</package>