Microsoft.jQuery.Unobtrusive.Validation.3.2.2.nuspec 1.1 KB
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Microsoft.jQuery.Unobtrusive.Validation</id>
    <version>3.2.2</version>
    <title>Microsoft jQuery Unobtrusive Validation</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm</licenseUrl>
    <projectUrl>http://www.asp.net/</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description>
    <summary>jQuery plugin that unobtrusively sets up jQuery.Validation.</summary>
    <releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <language />
    <tags>jQuery Unobtrusive</tags>
    <dependencies>
      <dependency id="jQuery" version="1.8" />
      <dependency id="jQuery.Validation" version="1.8" />
    </dependencies>
  </metadata>
</package>