Skip to content

Commit fdc3709

Browse files
committed
Add nuspec
1 parent baf14b6 commit fdc3709

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3+
<metadata>
4+
<id>Microsoft.jQuery.Unobtrusive.Ajax</id>
5+
<version>3.2.4</version>
6+
<title>Microsoft jQuery Unobtrusive Ajax</title>
7+
<authors>Microsoft</authors>
8+
<owners>Microsoft,aspnet</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
11+
<projectUrl>https://www.asp.net/</projectUrl>
12+
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
13+
<description>jQuery plugin that unobtrusively sets up jQuery Ajax.</description>
14+
<summary>jQuery plugin that unobtrusively sets up jQuery Ajax.</summary>
15+
<releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes>
16+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
17+
<tags>jQuery Unobtrusive Ajax</tags>
18+
<dependencies>
19+
<dependency id="jQuery" version="1.8.0" />
20+
</dependencies>
21+
</metadata>
22+
<files>
23+
<file src="dist\jquery.unobtrusive-ajax.js" target="Content"/>
24+
<file src="dist\jquery.unobtrusive-ajax.min.js" target="Content"/>
25+
<file src="LICENSE.txt" target=""/>
26+
<file src="README.md" target=""/>
27+
</files>
28+
</package>

0 commit comments

Comments
 (0)