Search code examples
nhibernatenhibernate-validator

Nhibernate Validator for Nhibernate 3.1


Is there a version that works with Nhibernate 3.1? Currently I have a version that is looking for 2.1.2.4000. Is there something I can change to be able to use the old Nhibernate Validator with the new version of Nhibernate?


Solution

  • NHibernate.Validator has already been updated to NHibernate 3.1 in trunk. And the release notes also have been recently updated, so a release seems to be imminent. See the commit log.

    I recommend using trunk until 1.3 is released. Also ping Dario Quintana (the maintainer), ask him if he needs any help with the release.