From: Michael D. <mik...@us...> - 2005-02-26 15:26:32
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1180/BantamTech.SysCache Modified Files: AssemblyInfo.cs Log Message: commented out snk attribute Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/BantamTech.SysCache/AssemblyInfo.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AssemblyInfo.cs 17 Feb 2005 15:04:24 -0000 1.5 --- AssemblyInfo.cs 26 Feb 2005 15:26:23 -0000 1.6 *************** *** 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 *************** *** 20,24 **** [assembly: AssemblyProductAttribute("BantamTech.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] --- 20,25 ---- [assembly: AssemblyProductAttribute("BantamTech.SysCache")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.7.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.7")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] |