Metadata >> NuGet >> DataAnnotationsExtensions.MVC3

DataAnnotationsExtensions.MVC3

Metadata

Authors Scott Kirkland
Description Symbols For: Validation attributes that extend Data Annotations and provide integrated server and client side validation (using unobtrusive jquery validation).
IconUrl http://dataannotationsextensions.org/Images/CheckIcon.png
LicenseUrl https://github.com/srkirkland/DataAnnotationsExtensions/raw/master/LICENSE.txt
Owners Scott Kirkland
ProjectUrl http://dataannotationsextensions.org/
ReleaseNotes See https://github.com/srkirkland/DataAnnotationsExtensions/wiki/Version-History
RequireLicenseAcceptance False
Tags ASP.NET Validation MVC MVC3
Title DataAnnotationsExtensions.MVC3

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DataAnnotationsExtensions.MVC3 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DataAnnotationsExtensions.MVC3 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DataAnnotationsExtensions.MVC3
Installing the package (HTTP Basic authentication):
Install-Package DataAnnotationsExtensions.MVC3 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DataAnnotationsExtensions.MVC3 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DataAnnotationsExtensions.MVC3

OpenWrap

Installing the package:
o add-wrap DataAnnotationsExtensions.MVC3
Uninstalling the package:
o remove-wrap DataAnnotationsExtensions.MVC3

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.0.0
1.0.2.0