initial add

This commit is contained in:
Jonathan Ouellette
2022-09-27 14:10:30 -07:00
parent 91fd8a50a9
commit 580e90f6a2
3941 changed files with 954648 additions and 19 deletions

View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jQuery.Validation</id>
<version>1.11.1</version>
<title>jQuery Validation</title>
<authors>Jörn Zaefferer</authors>
<owners>Jörn Zaefferer</owners>
<projectUrl>http://bassistance.de/jquery-plugins/jquery-plugin-validation/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if youre building something new from scratch, but also when youre trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
<language>en-US</language>
<tags>jQuery plugins</tags>
<dependencies>
<dependency id="jQuery" version="1.4.4" />
</dependencies>
</metadata>
</package>