16 lines
659 B
Plaintext
16 lines
659 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>Microsoft.jQuery.Unobtrusive.Ajax</id>
|
||
|
<version>2.0.20710.0</version>
|
||
|
<title>Microsoft jQuery Unobtrusive Ajax</title>
|
||
|
<authors>Microsoft</authors>
|
||
|
<owners>Microsoft</owners>
|
||
|
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=227523</licenseUrl>
|
||
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
|
<description>jQuery plugin that lets you unobtrusively set up jQuery Ajax.</description>
|
||
|
<dependencies>
|
||
|
<dependency id="jQuery" version="[1.4.4, 2.0)" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|