From: Michael D. <mik...@us...> - 2005-01-05 21:09:38
|
Update of /cvsroot/nhibernate/NHibernateContrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25475/NHibernateContrib Modified Files: releasenotes.txt Log Message: preping NHibernateContrib for another build. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/releasenotes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** releasenotes.txt 16 Dec 2004 14:31:39 -0000 1.2 --- releasenotes.txt 5 Jan 2005 21:09:20 -0000 1.3 *************** *** 1,2 **** --- 1,7 ---- + Build 0.6.0.0 + ======================== + - Moved NHibernate.Tasks and NHibernate.Tool.hbm2net from the NHibernate package to the NHibernateContrib package. + - Added NHibernate.Tool.Net2Hbm that enables classes to be mapped with Attributes instead of hbm.xml files - contributed by John Morris. + Build 0.5.0.0 ======================== |