Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
NuGet package spec added
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 8, 2013
1 parent 6074c28 commit 521a8ef
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .nuspec/WebApiThrottle.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.0.0</version>
<authors>Stefan Prodan</authors>
<owners>Stefan Prodan</owners>
<id>WebApiThrottle</id>
<title>ASP.NET Web API throttling handler</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ASP.NET Web API Throttling handler is designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route.</description>
<copyright>Stefan Prodan 2013</copyright>
<tags>ASP.NET Web API, throttling, rate limits</tags>
<projectUrl>https://github.com/stefanprodan/WebApiThrottle</projectUrl>
<language>en-US</language>
<dependencies>
<dependency id="Microsoft.AspNet.WebApi" version="5.0.0" />
</dependencies>
</metadata>
<files>
<file src="..\WebApiThrottle\bin\Release\WebApiThrottle.dll" target="lib\net45" />
<file src="..\WebApiThrottle\bin\Release\WebApiThrottle.xml" target="lib\net45" />
<file src="..\WebApiThrottle\bin\Release\WebApiThrottle.pdb" target="lib\net45" />
<file src="..\WebApiThrottle\**\*.cs" target="src" />
</files>
</package>
5 changes: 5 additions & 0 deletions WebApiThrottle.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{08EB39
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiThrottle", "WebApiThrottle\WebApiThrottle.csproj", "{F049811F-BC05-4CEE-B329-CE3BF2E2E4BE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuspec", ".nuspec", "{2CF93777-474B-4150-B331-4773C7DE6FAE}"
ProjectSection(SolutionItems) = preProject
.nuspec\WebApiThrottle.nuspec = .nuspec\WebApiThrottle.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 521a8ef

Please sign in to comment.