-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathRedisCacheEventClient.nuspec
32 lines (32 loc) · 1.51 KB
/
RedisCacheEventClient.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
<?xml version="1.0"?>
<package>
<metadata>
<id>RedisCacheEventClient</id>
<version>1.0.6</version>
<title>RedisCacheEventClient</title>
<authors>Alexandre Brandao Lustosa</authors>
<owners>Alexandre Brandao Lustosa</owners>
<licenseUrl>https://github.com/alexandrebl/RedisCacheEventClient</licenseUrl>
<projectUrl>https://github.com/alexandrebl/RedisCacheEventClient</projectUrl>
<iconUrl>https://github.com/alexandrebl/RedisCacheEventClient</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Redis Cache Event Client</description>
<releaseNotes>Redis Cache Event Client Library</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>Redis Cache Event Client Key Value Observer EventHub</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0" />
<dependency id="StackExchange.Redis" version="1.2.1" />
<dependency id="StackExchange.Redis.Extender" version="1.0.5" />
<dependency id="StackExchange.Redis.Extensions.Core" version="2.1.0" />
<dependency id="StackExchange.Redis.Extensions.Newtonsoft" version="2.1.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\net45\*" target="lib\net45"></file>
<file src="bin\Release\net452\*" target="lib\net452"></file>
<file src="bin\Release\net46\*" target="lib\net46"></file>
<file src="bin\Release\net461\*" target="lib\net461"></file>
<file src="bin\Release\net462\*" target="lib\net462"></file>
</files>
</package>