Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5572/DotNetMock
Modified Files:
AssemblyInfo.cs
Log Message:
- Updated AssemblyInfo for new release
Index: AssemblyInfo.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/AssemblyInfo.cs,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** AssemblyInfo.cs 10 Oct 2004 07:56:43 -0000 1.11
--- AssemblyInfo.cs 5 Jan 2005 04:29:16 -0000 1.12
***************
*** 1,5 ****
using System;
using System.Reflection;
- using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
--- 1,4 ----
***************
*** 14,16 ****
[assembly: AssemblyCompany("DotNetMock")]
! [assembly: AssemblyVersion("0.7.1.0")]
--- 13,15 ----
[assembly: AssemblyCompany("DotNetMock")]
! [assembly: AssemblyVersion("0.7.3.0")]
|