Download Fluent NHibernate 1.2 for NHibernate 3.1
You can download Fluent NHibernate and use it in your project easily thanks to Nuget. To install Fluent NHibernate, execute the following command from your package management console:
PM> Install-Package FluentNHibernate
Alternatively, you can view the Fluent NHibernate package in the Nuget Gallery.
Our continuous integration server churns out a binary and source release every time anyone commits. You can use these builds instead of the official release if there’s something specific you need (but we’d rather you stick to the releases if possible).
To download the latest build, goto our TeamCity builds page and view the Artifacts for the configuration you need. The master
build should be considered extremely unstable, you have been warned.
If you would like to build Fluent NHibernate yourself or help us out with contributions, you can get the source code from our Github repository.
Github: http://github.com/jagregory/fluent-nhibernate
Clone url: git://github.com/jagregory/fluent-nhibernate.git
If you are interested in contributing, have a read of the contributing guide on our wiki, and drop by the mailing list.
Fluent NHibernate is © 2008-2011 James Gregory and contributors under the BSD license.