srkirkland / DataAnnotationsExtensions

Validation extensions for DataAnnotations, including optional MVC client validation implementations
https://dataannotationsextensions.apphb.com/
BSD 3-Clause "New" or "Revised" License
308 stars 86 forks source link

What's the difference between DataAnnotationsExtensions.MVC3 and DataAnnotationsExtensions.MVC packages? #73

Closed exalted closed 8 years ago

exalted commented 8 years ago

I wonder what's the difference between DataAnnotationsExtensions.MVC3 and DataAnnotationsExtensions.MVC packages please?

Thank you.

azzimuth commented 8 years ago

MVC3 one supports ASP.NET MVC3. MVC one supports MVC4 and 5, as far as I understand.

exalted commented 8 years ago

@azzimuth thanks!