jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>Microsoft.jQuery.Unobtrusive.Validation</id>
        <version>2.0.30506.0</version>
        <title>Microsoft jQuery Unobtrusive Validation</title>
        <authors>Microsoft</authors>
        <owners>Microsoft</owners>
        <licenseUrl>http://www.microsoft.com/web/webpi/eula/mvc_4_eula_enu.htm</licenseUrl>
        <projectUrl>http://www.asp.net/mvc</projectUrl>
        <requireLicenseAcceptance>true</requireLicenseAcceptance>
        <description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description>
        <tags>Microsoft AspNet jQuery</tags>
        <dependencies>
            <dependency id="jQuery.Validation" version="1.8" />
        </dependencies>
    </metadata>
</package>