Last change
on this file since 11038 was
9604,
checked in by pfleck, 11 years ago
|
#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.
|
File size:
730 bytes
|
Rev | Line | |
---|
[9604] | 1 | <?xml version="1.0"?>
|
---|
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
---|
| 3 | <metadata>
|
---|
| 4 | <id>Microsoft.jQuery.Unobtrusive.Validation</id>
|
---|
| 5 | <version>2.0.30116.0</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/aspnet_and_web_tools_2012_EULA_RTM_ENU.htm</licenseUrl>
|
---|
| 10 | <requireLicenseAcceptance>true</requireLicenseAcceptance>
|
---|
| 11 | <description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description>
|
---|
| 12 | <dependencies>
|
---|
| 13 | <dependency id="jQuery.Validation" version="[1.8, 2.0)" />
|
---|
| 14 | </dependencies>
|
---|
| 15 | </metadata>
|
---|
| 16 | </package> |
---|
Note: See
TracBrowser
for help on using the repository browser.