-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathWebAPI.OutputCache.Redis.nuspec
26 lines (26 loc) · 1.17 KB
/
WebAPI.OutputCache.Redis.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>WebAPI.OutputCache.Redis</id>
<title>WebAPI.OutputCache.Redis</title>
<version>1.0.0</version>
<authors>ziyasal</authors>
<owners>ziyasal</owners>
<projectUrl>https://github.com/ziyasal/AspNetWebApi-OutputCache-Redis</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/ziyasal/AspNetWebApi-OutputCache-Redis/blob/master/LICENSE</licenseUrl>
<description>Redis cache for AspNetWebApi-OutputCache</description>
<summary>
Redis provider for AspNetWebApi-OutputCache Implementation of IApiOutputCache for Redis
</summary>
<tags>redis aspnet webapi webapi2 cache output outputcache</tags>
<dependencies>
<dependency id="Jil" version="2.12.1"/>
<dependency id="StackExchange.Redis" version="1.0.488" />
<dependency id="Strathweb.CacheOutput.WebApi2" version="0.9.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\WebAPI.OutputCache.Redis.dll" target="lib\net451\WebAPI.OutputCache.Redis.dll" />
</files>
</package>