-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathRedisMemoryCacheInvalidation.nuspec
34 lines (34 loc) · 1.78 KB
/
RedisMemoryCacheInvalidation.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
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>RedisMemoryCacheInvalidation</id>
<version>$version$</version>
<title>RedisMemoryCacheInvalidation</title>
<authors>Cybermaxs</authors>
<owners>Cybermaxs</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/Cybermaxs/RedisMemoryCacheInvalidation</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/Cybermaxs/RedisMemoryCacheInvalidation/master/LICENSE</licenseUrl>
<description>This package allow to invalidate local memory cache items with the help of StackExchange.Redis.</description>
<summary>A redis-powered local memory cache invalidation mechanism.</summary>
<copyright>Copyright 2015</copyright>
<tags>Redis Cache Invalidation MemoryCache NoSQL PubSub</tags>
<dependencies>
<group targetFramework="net40">
<dependency id="StackExchange.Redis" version="1.0.481" />
<dependency id="Microsoft.Bcl" version="1.1.10" />
<dependency id="Microsoft.Bcl.Async" version="1.0.168" />
<dependency id="Microsoft.Bcl.Build" version="1.0.21" />
</group>
<group targetFramework="net45">
<dependency id="StackExchange.Redis" version="1.0.481" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\RedisMemoryCacheInvalidation\bin\Release\RedisMemoryCacheInvalidation.dll" target="lib\net45" />
<file src="src\RedisMemoryCacheInvalidation\bin\Release\RedisMemoryCacheInvalidation.pdb" target="lib\net45" />
<file src="src\RedisMemoryCacheInvalidation_Net40\bin\Release\RedisMemoryCacheInvalidation.dll" target="lib\net40" />
<file src="src\RedisMemoryCacheInvalidation_Net40\bin\Release\RedisMemoryCacheInvalidation.pdb" target="lib\net40" />
</files>
</package>