forked from aspnet/jquery-ajax-unobtrusive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Microsoft.jQuery.Unobtrusive.Ajax.nuspec
26 lines (26 loc) · 1.27 KB
/
Microsoft.jQuery.Unobtrusive.Ajax.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.jQuery.Unobtrusive.Ajax</id>
<version>$version$</version>
<title>Microsoft jQuery Unobtrusive Ajax</title>
<authors>Microsoft</authors>
<owners>Microsoft,aspnet</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
<projectUrl>https://www.asp.net/</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>jQuery plugin that unobtrusively sets up jQuery Ajax.</description>
<summary>jQuery plugin that unobtrusively sets up jQuery Ajax.</summary>
<releaseNotes>Please visit https://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>jQuery Unobtrusive Ajax</tags>
<dependencies>
<dependency id="jQuery" version="1.8.0" />
</dependencies>
</metadata>
<files>
<file src="dist\jquery.unobtrusive-ajax.js" target="Content\Scripts"/>
<file src="dist\jquery.unobtrusive-ajax.min.js" target="Content\Scripts"/>
</files>
</package>