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.

19 lines
1.0 KiB

10 years ago
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.jQuery.Unobtrusive.Validation</id>
  5. <version>3.1.1</version>
  6. <title>Microsoft jQuery Unobtrusive Validation</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_ENU.htm</licenseUrl>
  10. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  11. <description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description>
  12. <summary>jQuery plugin that unobtrusively sets up jQuery.Validation.</summary>
  13. <releaseNotes>Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes>
  14. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  15. <dependencies>
  16. <dependency id="jQuery" version="1.8" />
  17. <dependency id="jQuery.Validation" version="1.8" />
  18. </dependencies>
  19. </metadata>
  20. </package>