Upgraded nuget packages, Ninject 3, SignalR 5

This commit is contained in:
Mark McDowall
2012-11-03 11:23:47 -07:00
parent 8f0d22e47d
commit 64468cd9ed
489 changed files with 293885 additions and 30058 deletions
@@ -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.10.0</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.3.2" />
</dependencies>
</metadata>
</package>