You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
678 B
16 lines
678 B
12 years ago
|
<?xml version="1.0"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>Microsoft.jQuery.Unobtrusive.Validation</id>
|
||
|
<version>2.0.20710.0</version>
|
||
|
<title>Microsoft jQuery Unobtrusive Validation</title>
|
||
|
<authors>Microsoft</authors>
|
||
|
<owners>Microsoft</owners>
|
||
|
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=227523</licenseUrl>
|
||
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||
|
<description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description>
|
||
|
<dependencies>
|
||
|
<dependency id="jQuery.Validation" version="[1.8, 2.0)" />
|
||
|
</dependencies>
|
||
|
</metadata>
|
||
|
</package>
|