FluentValidation v3 available
25 Jun 2011
using System.DraggyDroppy;
25 Jun 2011
FluentValidation v3 is now available for download. You can grab the binaries from the CodePlex page or by installing it using NuGet:
install-package FluentValidation
If you want integration with ASP.NET MVC 3, you can install the FluentValidation.Mvc3 nuget package:
install-package FluentValidation.Mvc3
For a summary of what’s new in this release, check out the following posts:
…or take a look at the full changelog.
Note that this release takes a dependency on .NET 4, so if you’re still running on .NET 3.5 then you’ll need to stick with FluentValidation 2.0.