From: Griffin C. <gc...@us...> - 2005-01-05 04:29:28
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5572/DotNetMock.csUnitNamespace Modified Files: AssemblyInfo.cs Log Message: - Updated AssemblyInfo for new release Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.csUnitNamespace/AssemblyInfo.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AssemblyInfo.cs 10 Oct 2004 07:56:43 -0000 1.3 --- AssemblyInfo.cs 5 Jan 2005 04:29:16 -0000 1.4 *************** *** 1,5 **** using System; using System.Reflection; - using System.Runtime.CompilerServices; using System.Runtime.InteropServices; --- 1,4 ---- *************** *** 10,12 **** [assembly: AssemblyDescription("Assembly containing csUnit specific classes")] [assembly: AssemblyCompany("DotNetMock")] ! [assembly: AssemblyVersion("0.7.1.0")] --- 9,11 ---- [assembly: AssemblyDescription("Assembly containing csUnit specific classes")] [assembly: AssemblyCompany("DotNetMock")] ! [assembly: AssemblyVersion("0.7.3.0")] |