TonE
TonE

Reputation: 3025

Nhibernate 3.0 with FluentNHibernate 1.2

I'm working on a project which currently uses NHibernate 2.1.2, FluentNHibernate 1.1 and Spring.Net 1.3.1

I am trying to upgrade to using NHibernate 3.

The problem I am having is Spring.Net 1.3.1 supports NHibernate 3.0 and FluentNHibernate 1.2 seems to only support NHibernate 3.1

Is there a way to get FluentNHibernate 1.2 working with NHibernate 3.0?

I need to be using stable release versions of each.

Thanks.

Upvotes: 0

Views: 291

Answers (1)

Marijn
Marijn

Reputation: 10557

Spring 1.3.2 releases friday 15th of April (see their tracker) and it ships with NHibernate 3.1. This might solve your issue.

Upvotes: 2

Related Questions