From: Michael D. <mik...@us...> - 2004-12-16 14:29:34
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10964/src/BantamTech.SysCache Modified Files: AssemblyInfo.cs Log Message: Initial release of NHibernateContrib with 0.5 release of NH Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache/AssemblyInfo.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AssemblyInfo.cs 7 Dec 2004 19:59:16 -0000 1.1 --- AssemblyInfo.cs 16 Dec 2004 14:28:51 -0000 1.2 *************** *** 8,12 **** // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.2032 // // Changes to this file may cause incorrect behavior and will be lost if --- 8,12 ---- // <autogenerated> // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 // // Changes to this file may cause incorrect behavior and will be lost if *************** *** 22,24 **** --- 22,25 ---- [assembly: AssemblyVersionAttribute("0.5.0.0")] [assembly: AssemblyInformationalVersionAttribute("0.5")] + //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |