From: Griffin C. <gc...@us...> - 2005-02-12 18:49:11
|
Update of /cvsroot/dotnetmock/dotnetmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22985 Modified Files: readme.txt Log Message: - Updated testing framework docs to reflect Choy's changes - Updated readme content for new version - Filled out changelog Index: readme.txt =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/readme.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.txt 23 Aug 2004 22:55:56 -0000 1.4 --- readme.txt 12 Feb 2005 18:49:03 -0000 1.5 *************** *** 2,6 **** ------------------------------ ! This 0.7.0 release breaks two previous interfaces. Make sure to read the release notes and changelog for more information. --- 2,6 ---- ------------------------------ ! This is the 0.7.4 release of DotNetMock. Make sure to read the release notes and changelog for more information. *************** *** 24,31 **** This is the NAnt build file for the distribution. Doing a nant -projecthelp will print out the available targets for using DotNetMock ------------ Requirements ------------ ! * NAnt >= 0.84 * .NET Framework 1.1 ( Should work with 1.0. Hasn't been tested with Mono ) --- 24,40 ---- This is the NAnt build file for the distribution. Doing a nant -projecthelp will print out the available targets for using DotNetMock + -------------------------- + What's new in this release + -------------------------- + + Some of the new features are: + * Strongly named assemblies + * More dynamic loading of test frameworks. Framework support is no longer tied to a particular version + * Many more changes. Check out the change log in the docs directory for complete info. + ------------ Requirements ------------ ! * NAnt >= 0.85 rc1 * .NET Framework 1.1 ( Should work with 1.0. Hasn't been tested with Mono ) *************** *** 43,49 **** http://www.sourceforge.net/projects/dotnetmock ! or emailed directly to the author: ! gc...@us... Take care and happy mocking! --- 52,58 ---- http://www.sourceforge.net/projects/dotnetmock ! or emailed directly to the development team at: ! dot...@li... Take care and happy mocking! |