Skip to content

Commit

Permalink
Added a nuspec file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Feb 18, 2018
1 parent 51e52f5 commit 6ef7462
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Nancy.LeakyBucket.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Nancy.LeakyBucket</id>
<version>$version$</version>
<authors>mrstebo</authors>
<owners>mrstebo</owners>
<licenseUrl>https://github.com/mrstebo/Nancy.LeakyBucket/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mrstebo/Nancy.LeakyBucket</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A request limiter based on the Leaky Bucket algorithm</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>nancy leaky bucket rate limiting limiter leaky-bucket-algorithm leakybucket rate-limiter rate-limiting</tags>
<dependencies>
<dependency id="Nancy" version="1.4.3" />
</dependencies>
</metadata>
<files>
<file src="src\Nancy.LeakyBucket\bin\$target$\Nancy.LeakyBucket.dll" target="lib" />
</files>
</package>

0 comments on commit 6ef7462

Please sign in to comment.