NHibernate.Spatial release for NHibernate 3.2 - nhibernate

Just wondering if we have NHibernate.Spatial release for NHibernate latest version 3.2?
What I found only is NHibernate.Spatial version 1.0.0.0 for NHibernate version 2.1.2.
Any ideas?

It looks like there are some breaking changes with version using spatial with NH 3.2 but there is an interesting set of blog posts below which show you how to get it built with NH 3.1 - which may be good enough for you - worked for me.
http://build-failed.blogspot.co.uk/2012/02/nhibernate-spatial-part-1.html
http://build-failed.blogspot.co.uk/2012/02/nhibernate-spatial-part-2.html
http://build-failed.blogspot.co.uk/2012/02/nhibernate-spatial-part-3.html
http://build-failed.blogspot.co.uk/2012/03/nhibernate-spatial-part-4-querying.html

This may be a little late, but NHibernate.Spatial is now available on NuGet and built against the latest NHibernate version (3.3.3) from a fork made by Surya Pratap. See full announcement on my blog here: http://blog.printf.no/?p=1055

Related

NHibernate Source Code Location

can anyone tell me where I can get source code NHibernate 3.2.0.4000 and FluentNHibernate 1.3.0.717? i looked on github but it only seems to have the source for 4.0. Thank u.
You can look on sourceForge for NHibernate
See here for all versions
See here for direct link for 3.2.0 GA
For Fluent look on GitHub for the release tag 1.3

Where can I get hold of a 3.2 version of NHibernate.Caches.SysCache2.dll?

Upgrading to NHibernate 3.2, but can't seem to find a 3.2 version of NHibernate.Caches.SysCache2.SysCacheProvider.
Both SourceForge and NuGet claim to have 3.2, but when I download it I get version 3.1.0.4000, which doesn't seem to work with NH3.2 (NHibernate.HibernateException: could not instantiate CacheProvider: NHibernate.Caches.SysCache2.SysCacheProvider, NHibernate.Caches.SysCache2).
I'm the author of the NHibernate.Caches.SysCache2 NuGet package, and I'm pretty sure it works with NHibernate 3.2.
It doesn't even exist for any versions other than 3.2, which makes it difficult to believe you are getting and older version.
If you remove all NH-related packages from your project and run the following:
PM> Install-Package NHibernate.Caches.SysCache2
You should get everything you need.
Now, if you installed via the FluentNHibernate package (which doesn't mark the version referencing NH3.2 as the current one), that's a different problem.
Looks like the answer is that NHibernate.Caches version 3.2 has version number set to 3.1.0.4000 for the dll, and that this actually works fine with NHibernate. I had neglected to update one of my references.
Thank you all for your assistance, I will leave this here for reference for others (I did notice a few others having similar problems on other forums).

Where can I download nhibernate.caches.syscache 3.1

I've been looking over the internet and can't seem to find where I can download v3.1 of nhibernate.caches.syscache that works with NHibernate 3.1.0.4000.
I have version 3.0.0.4000 of the syscache, but is there a newer version?
The official place is here: http://sourceforge.net/projects/nhcontrib/files/NHibernate.Caches/
don't know however if your cache is officially mantained in that place, have a look.

Is it possible to use nhibernate.search and nhibernate 3.0

Guys,
I haven't found any nhibernate.search assemblies compatible with nh3. Looks like it haven't completed yet. I hope I'm wrong.
Looks like that's true. For my needs, I temporary use this brunch https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/branches/NHibernate.Search-with-NH-3.0
This was posted on the S#arp Architechture mailing list today by Seif Attar
I have just built and uploaded this to contrib develop branch, you can download from
https://github.com/seif/Sharp-Architecture-Contrib/tree/develop/ReferencedAssemblies
NHibernate.Search is in Nhibernate folder, and Lucene.Net 2.9.2 is in the lucene folder.

Where is the NHibernate 3.0 source repository?

I've been looking everywhere. Maybe I'm just really nearsighted but I can't seem to find it anywhere. Link anyone?
NHibernate 3.0 is also known as the trunk. It has not been officially released yet.
You can find the source code in SVN here:
https://nhibernate.svn.sourceforge.net/svnroot/nhibernate/trunk/
The main website for NHibernate is here:
http://nhforge.org/Default.aspx
If you wanted to download binaries for the trunk instead of source, you could try here:
http://www.hornget.net/packages/orm/nhibernate/nhibernate-trunk