From: Kevin W. <kev...@us...> - 2005-04-04 04:35:35
|
Update of /cvsroot/nhibernate/NHibernateContrib/src/Nullables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30462/Nullables Modified Files: AssemblyInfo.cs Log Message: migrating cache implementations to new folder Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/nhibernate/NHibernateContrib/src/Nullables/AssemblyInfo.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** AssemblyInfo.cs 1 Apr 2005 20:49:58 -0000 1.9 --- AssemblyInfo.cs 4 Apr 2005 04:35:26 -0000 1.10 *************** *** 1,3 **** - using System; using System.Reflection; using System.Runtime.CompilerServices; --- 1,2 ---- *************** *** 6,10 **** // <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 --- 5,9 ---- // <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 *************** *** 13,17 **** //------------------------------------------------------------------------------ - [assembly: CLSCompliant(true)] [assembly: AssemblyTitleAttribute("Nullables for Microsoft .NET Framework 1.1")] [assembly: AssemblyDescriptionAttribute("A library of Nullable Primitive Types to serve as a bridge to .net-2.0.")] --- 12,15 ---- *************** *** 19,24 **** [assembly: AssemblyProductAttribute("Nullables")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.6.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.6")] ! [assembly: AssemblyFileVersionAttribute("0.6.0.0")] ! //[assembly: AssemblyKeyFileAttribute("..\\NHibernate.snk")] --- 17,22 ---- [assembly: AssemblyProductAttribute("Nullables")] [assembly: AssemblyCopyrightAttribute("Licensed under LGPL.")] ! [assembly: AssemblyVersionAttribute("0.8.0.0")] ! [assembly: AssemblyInformationalVersionAttribute("0.8")] ! [assembly: AssemblyFileVersionAttribute("0.8.0.0")] ! |