forked from gopangea/BrakePedal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrakePedal.Redis.nuspec
25 lines (25 loc) · 1.23 KB
/
BrakePedal.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
<?xml version="1.0"?>
<package >
<metadata>
<id>BrakePedal.Redis</id>
<title>BrakePedal.Redis</title>
<version>1.0.3</version>
<authors>Omar Khudeira</authors>
<owners>Omar Khudeira</owners>
<licenseUrl>https://raw.githubusercontent.com/gopangea/BrakePedal/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/gopangea/BrakePedal</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The BrakePedal.Redis package contains an implementation of a Redis BrakePedal repository which uses StackExchange.Redis (https://github.com/StackExchange/StackExchange.Redis) for use with the BrakePedal library.
</description>
<releaseNotes>Fix bug with MemoryThrottleRepository and GetThrottleCount.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>throttling rate-limit rate limit redis</tags>
<dependencies>
<dependency id="BrakePedal" version="1.0.3" />
<dependency id="StackExchange.Redis" version="1.0.297" />
</dependencies>
</metadata>
<files>
<file src="src/BrakePedal.Redis/bin/Release/BrakePedal.Redis.dll" target="lib/net45" />
</files>
</package>