forked from gopangea/BrakePedal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrakePedal.Http.nuspec
27 lines (27 loc) · 1.3 KB
/
BrakePedal.Http.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
<?xml version="1.0"?>
<package >
<metadata>
<id>BrakePedal.Http</id>
<title>BrakePedal.Http</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.Http package provides code to use the BrakePedal library in a Web API application as an attribute, handler, or filter.
</description>
<releaseNotes>Fix bug with MemoryThrottleRepository and GetThrottleCount.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>throttling rate-limit rate limit http webapi</tags>
<dependencies>
<dependency id="BrakePedal" version="1.0.3" />
<dependency id="Microsoft.AspNet.WebApi.Client" version="5.0.0" />
<dependency id="Microsoft.AspNet.WebApi.Core" version="5.0.0" />
<dependency id="Newtonsoft.Json" version="6.0.1" />
</dependencies>
</metadata>
<files>
<file src="src/BrakePedal.Http/bin/Release/BrakePedal.Http.dll" target="lib/net45"/>
</files>
</package>