forked from KidFashion/redlock-cs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redlock-cs.nuspec
24 lines (24 loc) · 1.09 KB
/
redlock-cs.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>redlock-cs</id>
<version>1.0.0.1</version>
<authors>kidfashion</authors>
<owners>kidfashion</owners>
<licenseUrl>https://raw.githubusercontent.com/KidFashion/redlock-cs/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/KidFashion/redlock-cs</projectUrl>
<iconUrl>http://wprediscache.com/wp-content/uploads/2014/07/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Distributed lock with Redis and C# (based on http://redis.io/topics/distlock)</description>
<tags>redis redlock lock</tags>
<dependencies>
<dependency id="StackExchange.Redis" version="1.0.371" />
</dependencies>
</metadata>
<files>
<file src="Staging\v4.0\Redlock.CSharp.dll" target="lib\net40" />
<file src="Staging\v4.0\Redlock.CSharp.pdb" target="lib\net40" />
<file src="Staging\v4.5\Redlock.CSharp.dll" target="lib\net45" />
<file src="Staging\v4.5\Redlock.CSharp.pdb" target="lib\net45" />
</files>
</package>