NHibernate has now a MyGet feed <https://www.myget.org/gallery/nhibernate> for latest master builds.
For a list of resolved issues & pull requests in latest build, see the corresponding milestone in milestones <https://github.com/nhibernate/nhibernate-core/milestones>. To be able to install NHibernate development builds you need to add additional package source in NuGet options in your IDE: https://www.myget.org/F/nhibernate/api/v3/index.json Or alternatively you can add/update nuget.config file in top folder of your project with the following content: <?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="NHibernateDevBuilds" value= "https://www.myget.org/F/nhibernate/api/v3/index.json" /> </packageSources> </configuration> Thanks to bahusoid for having done most of the work, and thanks to the other people having helped getting it done. -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to nhibernate-development+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/nhibernate-development/c7eb4c29-e32d-4298-b209-2a50cbbfdb8e%40googlegroups.com.