Changes since 3.3:
- Make ValidationResut.IsValid virtual
- Add private no-arg ctor to ValidationFailure to help with serialization
- Add Turkish error messages
- Work-around for reflection bug in .NET 4.5 that caused VerificationExceptions
- Assemblies are now unsigned to ease with versioning/upgrades (especially where other frameworks depend on FV) (Note if you need signed assemblies then you can use the following NuGet packages: FluentValidation-signed, FluentValidation.MVC3-signed, FluentValidation.MVC4-signed.
- Re-built MVC integration against the final release of MVC4