Metadata >> NuGet >> DataAnnotationsExtensions

DataAnnotationsExtensions

Metadata

Authors Scott Kirkland
Description Symbols For: Validation attributes that can be used in any .NET 4.0 project to supplement the existing Data Annotations attributes. If you are using MVC3 and also want client validation, use the DataAnnotationsExtensions.MVC3 package.
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
Title DataAnnotationsExtensions

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 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DataAnnotationsExtensions -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
Installing the package (HTTP Basic authentication):
Install-Package DataAnnotationsExtensions -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DataAnnotationsExtensions -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DataAnnotationsExtensions

OpenWrap

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

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