From: Griffin C. <gc...@us...> - 2006-03-10 02:24:13
|
Update of /cvsroot/dotnetmock/dotnetmock/VisualStudioTemplates/VC#Wizards/CSharpAddMockObject/Templates/1033 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5695/VisualStudioTemplates/VC#Wizards/CSharpAddMockObject/Templates/1033 Modified Files: NewMockObjectFile.cs Log Message: - incremented version number to 0.8.0 - added change log for this release - moved mockobject & templates in line. Index: NewMockObjectFile.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/VisualStudioTemplates/VC#Wizards/CSharpAddMockObject/Templates/1033/NewMockObjectFile.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NewMockObjectFile.cs 26 Feb 2003 17:15:58 -0000 1.1 --- NewMockObjectFile.cs 10 Mar 2006 02:24:09 -0000 1.2 *************** *** 11,15 **** public [!output SAFE_CLASS_NAME]() { ! this.name = "[!output SAFE_CLASS_NAME]"; } } --- 11,15 ---- public [!output SAFE_CLASS_NAME]() { ! this.MockName = "[!output SAFE_CLASS_NAME]"; } } |