Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.NUnit
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5572/DotNetMock.NUnit
Modified Files:
AssemblyInfo.cs
Log Message:
- Updated AssemblyInfo for new release
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.NUnit/AssemblyInfo.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AssemblyInfo.cs 26 May 2004 23:33:31 -0000 1.2
--- AssemblyInfo.cs 5 Jan 2005 04:29:15 -0000 1.3
***************
*** 1,5 ****
using System;
using System.Reflection;
- using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
--- 1,4 ----
***************
*** 10,13 ****
[assembly: AssemblyDescription("Assembly contained NUnit specific classes")]
[assembly: AssemblyCompany("DotNetMock")]
! [assembly: AssemblyVersion("0.5.0.0")]
--- 9,12 ----
[assembly: AssemblyDescription("Assembly contained NUnit specific classes")]
[assembly: AssemblyCompany("DotNetMock")]
! [assembly: AssemblyVersion("0.7.3.0")]
|