-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathTalifun-Web.nuspec
23 lines (23 loc) · 1.19 KB
/
Talifun-Web.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Talifun.Web</id>
<version>3.0.2.0</version>
<title>Talifun.Web</title>
<authors>Taliesin Sisson</authors>
<owners>Talifun Ltd</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://www.talifun.com/products/talifun-web/</projectUrl>
<iconUrl>http://code.google.com/p/talifun-web/logo</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A suite of Http Modules and Http Handlers to easily implemented best practices and increase performance of asp.net webforms and asp.net mvc websites.</description>
<summary>A suite of Http Modules and Http Handlers to easily implemented best practices and increase performance of asp.net webforms and asp.net mvc websites.</summary>
<language>en-GB</language>
<tags>talifun http module</tags>
</metadata>
<files>
<file src="bin\4.5\Talifun.Web.dll" target="lib/net45" />
<file src="bin\4.0\Talifun.Web.dll" target="lib/net40" />
<file src="bin\3.5\Talifun.Web.dll" target="lib/net35" />
</files>
</package>