From: Griffin C. <gc...@us...> - 2005-02-12 19:02:17
|
Update of /cvsroot/dotnetmock/dotnetmock/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28278/docs Modified Files: SupportingDifferentTestingFrameworks.txt Log Message: Index: SupportingDifferentTestingFrameworks.txt =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/docs/SupportingDifferentTestingFrameworks.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** SupportingDifferentTestingFrameworks.txt 12 Feb 2005 18:49:03 -0000 1.6 --- SupportingDifferentTestingFrameworks.txt 12 Feb 2005 19:02:07 -0000 1.7 *************** *** 20,23 **** --- 20,31 ---- So, even if you have a certain version of one of the above frameworks in your GAC, you can override the version loaded by placing the desired version in your local path. + If you are upgrading from a previous release of DotNetMock, you can removed all the DotNetMock files you previously used, and replace them with DotNetMock.dll, and optionally, DotNetMock.Framework.dll. You do NOT need any of the other previous assemblies. These include: + + *DotNetMock.Core + * DotNetMock.NUnit.dll + * DotNetMock.MbUnitNamespace.dll + * DotNetMock.csUnitNamespace.dll + + Why? ---- |