forked from restful-routing/restful-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRestfulRouting.nuspec
22 lines (22 loc) · 1.06 KB
/
RestfulRouting.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>RestfulRouting</id>
<version>1.3.3</version>
<authors>Steve Hodgkiss</authors>
<owners>Steve Hodgkiss, Khalid Abuhakmeh</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>http://stevehodgkiss.github.com/restful-routing/</projectUrl>
<licenseUrl>https://github.com/stevehodgkiss/restful-routing/blob/master/MIT-LICENSE.txt</licenseUrl>
<description>RestfulRouting is a routing library for ASP.NET MVC based on the Rails 3 routing DSL.</description>
<tags>routing, rest, asp.net mvc</tags>
<dependencies>
<dependency id="WebActivator" version="1.0.0.0" />
</dependencies>
</metadata>
<files>
<file src="build\RestfulRouting.dll" target="lib" />
<file src="content\*" target="content" />
<file src="content\Controllers\*" target="content\Controllers" />
</files>
</package>