Skip to content

Commit

Permalink
Update nuspec for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Apr 1, 2016
1 parent 3a8621d commit bb23dad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions BrakePedal.Http.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<metadata>
<id>BrakePedal.Http</id>
<title>BrakePedal.Http</title>
<version>1.0.2</version>
<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>Make ThrottleCacheItem serializable.</releaseNotes>
<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.2" />
<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" />
Expand Down
6 changes: 3 additions & 3 deletions BrakePedal.Redis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<metadata>
<id>BrakePedal.Redis</id>
<title>BrakePedal.Redis</title>
<version>1.0.2</version>
<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>Make ThrottleCacheItem serializable.</releaseNotes>
<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.2" />
<dependency id="BrakePedal" version="1.0.3" />
<dependency id="StackExchange.Redis" version="1.0.297" />
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions BrakePedal.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>BrakePedal</id>
<title>BrakePedal</title>
<version>1.0.2</version>
<version>1.0.3</version>
<authors>Omar Khudeira</authors>
<owners>Omar Khudeira</owners>
<licenseUrl>https://raw.githubusercontent.com/gopangea/BrakePedal/master/LICENSE</licenseUrl>
Expand All @@ -18,7 +18,7 @@
The BrakePedal.Http package provides code to use the BrakePedal library in a Web API application as an attribute, handler, or filter.

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>Make ThrottleCacheItem serializable.</releaseNotes>
<releaseNotes>Fix bug with MemoryThrottleRepository and GetThrottleCount.</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>throttling rate-limit rate limit http webapi redis</tags>
<dependencies />
Expand Down

0 comments on commit bb23dad

Please sign in to comment.