Update of /cvsroot/dotnetmock/dotnetmock/VisualStudioTemplates2003/VC#Wizards/CSharpAddMockObject/Templates/1033
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5695/VisualStudioTemplates2003/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/VisualStudioTemplates2003/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 21 Mar 2004 22:16:43 -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]";
}
}
|