2006-05-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / nunit20 / ChangeLog
1 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * mocks, Makefile : added nunit.mocks.dll due to the request
4           in bug #78275. Patch by Matt Hargett.
5
6 2006-01-25 Boris Kirzner <borisl@mainsoft.com>
7         * nunit.java.sln: added solution file for TARGET_JVM.
8
9 Wed Apr 20 18:05:41 CEST 2005 Paolo Molaro <lupus@ximian.com>
10
11         * */AssemblyInfo.cs: fixed path to key file.
12
13 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
14
15         * Changelog: rename to ChangeLog
16         * */Makefile.am: build for 2.0
17         * */AssemblyInfo.cs: Different version for 2.0 to make the GAC happy.
18
19 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
20
21         * Updated to NUnit 2.2.0 Final Release.
22
23 2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * nunit.key: New. (Truncated) key pair used to sign nunit assemblies.
26
27 2003-10-12  Todd Berman  <tberman@gentoo.org>
28
29         * Lots of files changed, upgraded to nunit 2.1.4. I built and ran the
30         corlib test, so it seems like existing tests should still work under
31         this new version of nunit.
32
33 2003-02-22  Martin Baulig  <martin@ximian.com>
34
35         * makefile(s): Added `MCS' and `MCS_FLAGS' variables.
36
37 2003-01-12  Nick Drochak  <ndrochak@gol.com>
38
39         * makefile(s): Only build if source changes. Naive implementation.
40
41 2003-01-12  Nick Drochak  <ndrochak@gol.com>
42
43         * TestResult.xml: Generated result file. Shouldn't be in CVS.
44
45 2002-12-15  Nick Drochak  <ndrochak@gol.com>
46
47         * nunit.build: Don't delete Transform.resources now, we don't generate
48         it anymore.