Here's the text of the official announcement I'm sending out
to a number of lists. Feel free to redistribute it yourself.
Charlie
*************************************************************************** *
****
The NUnit 2.5 release candidate is now available at
http://nunit.org/?p=download.
NUnit 2.5 is a very big release, so you'll have to read the release notes at
http://nunit.org/?p=releaseNotes&r=2.5 for the full story. But here are ten
reasons to give it a try...
1. Parameterized (data-driven) tests are supported, with features similar to
those found in mbUnit and xUnit.net.
2. Theories - as used in JUnit- are supported fully, including support for
Assume.That.
3. New attributes allow the specifying the thread and apartment state
requirements of a test.
4. Exception handling can now be moved into the test code using
Assert.Throws or the
Throws.Exception syntax.
5. Test methods and fixtures may now be generic and many asserts and
constraint expressions now support generic syntax.
6. Many constraints now permit substitution of a user-defined comparison
algorithm through the Using modifier. Lambda expressions are supported.
7. Test execution may now take place in a separate process for better
isolation.
8. Tests may be loaded and executed using a selected runtime version.
9. Tests, setup methods, teardown methods and data sources may be static if
desired. If there are no instance methods, then NUnit doesn't need to
construct your test class.
10. Source code is displayed in the gui, where available.
See http://nunit.org for more info.
***************************************************************************
> -----Original Message-----
> From: nunit-discuss@googlegroups.com > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> Sent: Tuesday, April 28, 2009 12:17 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> Hi All,
> I'll spread the word more widely tomorrow, but it's > downloadable now from the sourceforge site or > http://nunit.org/?p=download
On Tue, Apr 28, 2009 at 22:31, Charlie Poole <char...@nunit.com> wrote:
> Hi All,
> Here's the text of the official announcement I'm sending out
> to a number of lists. Feel free to redistribute it yourself.
> Charlie
> *************************************************************************** *
> ****
> The NUnit 2.5 release candidate is now available at
> http://nunit.org/?p=download.
> NUnit 2.5 is a very big release, so you'll have to read the release notes
> at
> http://nunit.org/?p=releaseNotes&r=2.5 for the full story. But here are
> ten
> reasons to give it a try...
> 1. Parameterized (data-driven) tests are supported, with features similar
> to
> those found in mbUnit and xUnit.net.
> 2. Theories - as used in JUnit- are supported fully, including support for
> Assume.That.
> 3. New attributes allow the specifying the thread and apartment state
> requirements of a test.
> 4. Exception handling can now be moved into the test code using
> Assert.Throws or the
> Throws.Exception syntax.
> 5. Test methods and fixtures may now be generic and many asserts and
> constraint expressions now support generic syntax.
> 6. Many constraints now permit substitution of a user-defined comparison
> algorithm through the Using modifier. Lambda expressions are supported.
> 7. Test execution may now take place in a separate process for better
> isolation.
> 8. Tests may be loaded and executed using a selected runtime version.
> 9. Tests, setup methods, teardown methods and data sources may be static if
> desired. If there are no instance methods, then NUnit doesn't need to
> construct your test class.
> 10. Source code is displayed in the gui, where available.
> See http://nunit.org for more info.
> ***************************************************************************
> > -----Original Message-----
> > From: nunit-discuss@googlegroups.com
> > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> > Sent: Tuesday, April 28, 2009 12:17 AM
> > To: nunit-discuss@googlegroups.com
> > Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> > Hi All,
> > I'll spread the word more widely tomorrow, but it's
> > downloadable now from the sourceforge site or
> > http://nunit.org/?p=download
> -----Original Message-----
> From: nunit-discuss@googlegroups.com > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> Sent: Tuesday, April 28, 2009 12:17 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> Hi All,
> I'll spread the word more widely tomorrow, but it's > downloadable now from the sourceforge site or > http://nunit.org/?p=download
> I blogged a slightly modified top ten list, with a bit more
> explanation of each one, at http://nunit.com/blogs/?p=66.
> It would be cool if others would blog their own lists or mods.
> Charlie
> > -----Original Message-----
> > From: nunit-discuss@googlegroups.com
> > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> > Sent: Tuesday, April 28, 2009 12:17 AM
> > To: nunit-discuss@googlegroups.com
> > Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> > Hi All,
> > I'll spread the word more widely tomorrow, but it's
> > downloadable now from the sourceforge site or
> > http://nunit.org/?p=download
From: nunit-discuss@googlegroups.com [mailto:nunit-discuss@googlegroups.com]
On Behalf Of Fabio Maulo
Sent: Wednesday, April 29, 2009 9:52 PM
To: nunit-discuss@googlegroups.com
Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
> -----Original Message-----
> From: nunit-discuss@googlegroups.com
> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> Sent: Tuesday, April 28, 2009 12:17 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> Hi All,
> I'll spread the word more widely tomorrow, but it's
> downloadable now from the sourceforge site or
> http://nunit.org/?p=download
Add something about new features of the new GUI, it has not trivial
improvements.Some screen shots with few words will be enough to generate big
attention ;)
>> I blogged a slightly modified top ten list, with a bit more
>> explanation of each one, at http://nunit.com/blogs/?p=66.
>> It would be cool if others would blog their own lists or mods.
>> Charlie
>> > -----Original Message-----
>> > From: nunit-discuss@googlegroups.com
>> > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
>> > Sent: Tuesday, April 28, 2009 12:17 AM
>> > To: nunit-discuss@googlegroups.com
>> > Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
>> > Hi All,
>> > I'll spread the word more widely tomorrow, but it's
>> > downloadable now from the sourceforge site or
>> > http://nunit.org/?p=download
On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole <char...@nunit.com> wrote:
> Hi All,
> I blogged a slightly modified top ten list, with a bit more
> explanation of each one, at http://nunit.com/blogs/?p=66.
> It would be cool if others would blog their own lists or mods.
> Charlie
>> -----Original Message-----
>> From: nunit-discuss@googlegroups.com
>> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
>> Sent: Tuesday, April 28, 2009 12:17 AM
>> To: nunit-discuss@googlegroups.com
>> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
>> Hi All,
>> I'll spread the word more widely tomorrow, but it's
>> downloadable now from the sourceforge site or
>> http://nunit.org/?p=download
> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole > <char...@nunit.com> wrote:
> > Hi All,
> > I blogged a slightly modified top ten list, with a bit more > > explanation of each one, at http://nunit.com/blogs/?p=66.
> > It would be cool if others would blog their own lists or mods.
> > Charlie
> >> -----Original Message-----
> >> From: nunit-discuss@googlegroups.com
> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> >> Sent: Tuesday, April 28, 2009 12:17 AM
> >> To: nunit-discuss@googlegroups.com
> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> >> Hi All,
> >> I'll spread the word more widely tomorrow, but it's > downloadable now > >> from the sourceforge site or http://nunit.org/?p=download
>> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole
>> <char...@nunit.com> wrote:
>> > Hi All,
>> > I blogged a slightly modified top ten list, with a bit more
>> > explanation of each one, at http://nunit.com/blogs/?p=66.
>> > It would be cool if others would blog their own lists or mods.
>> > Charlie
>> >> -----Original Message-----
>> >> From: nunit-discuss@googlegroups.com
>> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
>> >> Sent: Tuesday, April 28, 2009 12:17 AM
>> >> To: nunit-discuss@googlegroups.com
>> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
>> >> Hi All,
>> >> I'll spread the word more widely tomorrow, but it's
>> downloadable now
>> >> from the sourceforge site or http://nunit.org/?p=download
>>> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole
>>> <char...@nunit.com> wrote:
>>> > Hi All,
>>> > I blogged a slightly modified top ten list, with a bit more
>>> > explanation of each one, at http://nunit.com/blogs/?p=66.
>>> > It would be cool if others would blog their own lists or mods.
>>> > Charlie
>>> >> -----Original Message-----
>>> >> From: nunit-discuss@googlegroups.com
>>> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
>>> >> Sent: Tuesday, April 28, 2009 12:17 AM
>>> >> To: nunit-discuss@googlegroups.com
>>> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
>>> >> Hi All,
>>> >> I'll spread the word more widely tomorrow, but it's
>>> downloadable now
>>> >> from the sourceforge site or http://nunit.org/?p=download
On Wed, Apr 29, 2009 at 2:42 PM, Charlie Poole <char...@nunit.com> wrote:
> Hi All,
> I blogged a slightly modified top ten list, with a bit more
> explanation of each one, at http://nunit.com/blogs/?p=66.
> It would be cool if others would blog their own lists or mods.
> Charlie
> > -----Original Message-----
> > From: nunit-discuss@googlegroups.com
> > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> > Sent: Tuesday, April 28, 2009 12:17 AM
> > To: nunit-discuss@googlegroups.com
> > Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> > Hi All,
> > I'll spread the word more widely tomorrow, but it's
> > downloadable now from the sourceforge site or
> > http://nunit.org/?p=download
From: nunit-discuss@googlegroups.com [mailto:nunit-discuss@googlegroups.com]
On Behalf Of Mark Levison
Sent: Thursday, April 30, 2009 6:45 AM
To: nunit-discuss@googlegroups.com
Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
When you release I write it up on InfoQ.
On Wed, Apr 29, 2009 at 2:42 PM, Charlie Poole <char...@nunit.com> wrote:
Hi All,
I blogged a slightly modified top ten list, with a bit more
explanation of each one, at http://nunit.com/blogs/?p=66.
It would be cool if others would blog their own lists or mods.
> -----Original Message-----
> From: nunit-discuss@googlegroups.com
> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> Sent: Tuesday, April 28, 2009 12:17 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> Hi All,
> I'll spread the word more widely tomorrow, but it's
> downloadable now from the sourceforge site or
> http://nunit.org/?p=download
> -----Original Message-----
> From: nunit-discuss@googlegroups.com > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Olof Bjarnason
> Sent: Thursday, April 30, 2009 2:08 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
On Wed, Apr 29, 2009 at 14:42, Charlie Poole <char...@nunit.com> wrote:
> Hi All,
> I blogged a slightly modified top ten list, with a bit more
> explanation of each one, at http://nunit.com/blogs/?p=66.
> It would be cool if others would blog their own lists or mods.
> Charlie
> > -----Original Message-----
> > From: nunit-discuss@googlegroups.com
> > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Charlie Poole
> > Sent: Tuesday, April 28, 2009 12:17 AM
> > To: nunit-discuss@googlegroups.com
> > Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is Out
> > Hi All,
> > I'll spread the word more widely tomorrow, but it's
> > downloadable now from the sourceforge site or
> > http://nunit.org/?p=download
I’m sorry, I use English Windows Vista and don’t have Russian version
of NET Framework installed... In English OS with Russian regional
setting and with English NET Framework, the stack trace looks
absolutely the same as the stack trace in English OS with English
regional settings :)
I’m going to install Russian framework version to Virtual PC today or
tomorrow, and then will send you the report.
> -----Original Message-----
> From: nunit-discuss@googlegroups.com > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
> Sent: Saturday, May 02, 2009 10:10 PM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
> Hi Charlie!
> I'm sorry, I use English Windows Vista and don't have Russian > version of NET Framework installed... In English OS with > Russian regional setting and with English NET Framework, the > stack trace looks absolutely the same as the stack trace in > English OS with English regional settings :)
> I'm going to install Russian framework version to Virtual PC > today or tomorrow, and then will send you the report.
> Sergey Popov.
> On Fri, May 1, 2009 at 12:31 AM, Charlie Poole > <char...@nunit.com> wrote:
> > Sergey,
> > How well does the new stack display deal with a Russian > language stack > > trace? If you send me a sample stack trace in Russian I'll > add a test.
> > Charlie
> >> -----Original Message-----
> >> From: nunit-discuss@googlegroups.com
> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
> >> Sent: Wednesday, April 29, 2009 11:19 PM
> >> To: nunit-discuss@googlegroups.com
> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release > Candidate is Out
> >> Hi Charlie!
> >> Thank you!
> >> Sergey Popov.
> >> On Thu, Apr 30, 2009 at 12:01 PM, Charlie Poole > <char...@nunit.com> > >> wrote:
> >> > Hi Sergey,
> >> > This looks great. I actually know enough Russian to read > technical > >> > stuff with a dictionary, and I like the detail you put into this.
> >> > Charlie
> >> >> -----Original Message-----
> >> >> From: nunit-discuss@googlegroups.com > >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of > Sergey Popov
> >> >> Sent: Wednesday, April 29, 2009 10:29 PM
> >> >> To: nunit-discuss@googlegroups.com
> >> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release
> >> Candidate is Out
> >> >> I wrote a NUnit 2.5 "What's new" review in Russian :)
> >> >> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole
> >> <char...@nunit.com>
> >> >> wrote:
> >> >> > Hi All,
> >> >> > I blogged a slightly modified top ten list, with a bit more > >> >> > explanation of each one, at http://nunit.com/blogs/?p=66.
> >> >> > It would be cool if others would blog their own lists or mods.
> >> >> > Charlie
> >> >> >> -----Original Message-----
> >> >> >> From: nunit-discuss@googlegroups.com > >> >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of
> >> Charlie Poole
> >> >> >> Sent: Tuesday, April 28, 2009 12:17 AM
> >> >> >> To: nunit-discuss@googlegroups.com
> >> >> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is > >> >> >> Out
> >> >> >> Hi All,
> >> >> >> I'll spread the word more widely tomorrow, but it's
> >> >> downloadable now
> >> >> >> from the sourceforge site or http://nunit.org/?p=download
On Sun, May 3, 2009 at 12:27 PM, Charlie Poole <char...@nunit.com> wrote:
> Hi Sergey,
> It's not a rush, since I'm putting out the release already,
> but it would be nice to know that it works. :-)
> Charlie
>> -----Original Message-----
>> From: nunit-discuss@googlegroups.com
>> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
>> Sent: Saturday, May 02, 2009 10:10 PM
>> To: nunit-discuss@googlegroups.com
>> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
>> Hi Charlie!
>> I'm sorry, I use English Windows Vista and don't have Russian
>> version of NET Framework installed... In English OS with
>> Russian regional setting and with English NET Framework, the
>> stack trace looks absolutely the same as the stack trace in
>> English OS with English regional settings :)
>> I'm going to install Russian framework version to Virtual PC
>> today or tomorrow, and then will send you the report.
>> Sergey Popov.
>> On Fri, May 1, 2009 at 12:31 AM, Charlie Poole
>> <char...@nunit.com> wrote:
>> > Sergey,
>> > How well does the new stack display deal with a Russian
>> language stack
>> > trace? If you send me a sample stack trace in Russian I'll
>> add a test.
>> > Charlie
>> >> -----Original Message-----
>> >> From: nunit-discuss@googlegroups.com
>> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
>> >> Sent: Wednesday, April 29, 2009 11:19 PM
>> >> To: nunit-discuss@googlegroups.com
>> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release
>> Candidate is Out
>> >> Hi Charlie!
>> >> Thank you!
>> >> Sergey Popov.
>> >> On Thu, Apr 30, 2009 at 12:01 PM, Charlie Poole
>> <char...@nunit.com>
>> >> wrote:
>> >> > Hi Sergey,
>> >> > This looks great. I actually know enough Russian to read
>> technical
>> >> > stuff with a dictionary, and I like the detail you put into this.
>> >> > Charlie
>> >> >> -----Original Message-----
>> >> >> From: nunit-discuss@googlegroups.com
>> >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of
>> Sergey Popov
>> >> >> Sent: Wednesday, April 29, 2009 10:29 PM
>> >> >> To: nunit-discuss@googlegroups.com
>> >> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release
>> >> Candidate is Out
>> >> >> I wrote a NUnit 2.5 "What's new" review in Russian :)
>> >> >> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole
>> >> <char...@nunit.com>
>> >> >> wrote:
>> >> >> > Hi All,
>> >> >> > I blogged a slightly modified top ten list, with a bit more
>> >> >> > explanation of each one, at http://nunit.com/blogs/?p=66.
>> >> >> > It would be cool if others would blog their own lists or mods.
>> >> >> > Charlie
>> >> >> >> -----Original Message-----
>> >> >> >> From: nunit-discuss@googlegroups.com
>> >> >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of
>> >> Charlie Poole
>> >> >> >> Sent: Tuesday, April 28, 2009 12:17 AM
>> >> >> >> To: nunit-discuss@googlegroups.com
>> >> >> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release Candidate is
>> >> >> >> Out
>> >> >> >> Hi All,
>> >> >> >> I'll spread the word more widely tomorrow, but it's
>> >> >> downloadable now
>> >> >> >> from the sourceforge site or http://nunit.org/?p=download
> -----Original Message-----
> From: nunit-discuss@googlegroups.com > [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
> Sent: Monday, May 04, 2009 10:16 AM
> To: nunit-discuss@googlegroups.com
> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release Candidate is Out
> Hi Charlie!
> The sample stack trace made in Russian Windows with Russian > NET framework is attached. Exception Browser works properly > on this configuration.
> Sergey Popov.
> On Sun, May 3, 2009 at 12:27 PM, Charlie Poole > <char...@nunit.com> wrote:
> > Hi Sergey,
> > It's not a rush, since I'm putting out the release already, but it > > would be nice to know that it works. :-)
> > Charlie
> >> -----Original Message-----
> >> From: nunit-discuss@googlegroups.com
> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of Sergey Popov
> >> Sent: Saturday, May 02, 2009 10:10 PM
> >> To: nunit-discuss@googlegroups.com
> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release > Candidate is Out
> >> Hi Charlie!
> >> I'm sorry, I use English Windows Vista and don't have > Russian version > >> of NET Framework installed... In English OS with Russian regional > >> setting and with English NET Framework, the stack trace looks > >> absolutely the same as the stack trace in English OS with English > >> regional settings :)
> >> I'm going to install Russian framework version to Virtual > PC today or > >> tomorrow, and then will send you the report.
> >> Sergey Popov.
> >> On Fri, May 1, 2009 at 12:31 AM, Charlie Poole <char...@nunit.com> > >> wrote:
> >> > Sergey,
> >> > How well does the new stack display deal with a Russian
> >> language stack
> >> > trace? If you send me a sample stack trace in Russian I'll
> >> add a test.
> >> > Charlie
> >> >> -----Original Message-----
> >> >> From: nunit-discuss@googlegroups.com > >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of > Sergey Popov
> >> >> Sent: Wednesday, April 29, 2009 11:19 PM
> >> >> To: nunit-discuss@googlegroups.com
> >> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release
> >> Candidate is Out
> >> >> Hi Charlie!
> >> >> Thank you!
> >> >> Sergey Popov.
> >> >> On Thu, Apr 30, 2009 at 12:01 PM, Charlie Poole
> >> <char...@nunit.com>
> >> >> wrote:
> >> >> > Hi Sergey,
> >> >> > This looks great. I actually know enough Russian to read
> >> technical
> >> >> > stuff with a dictionary, and I like the detail you > put into this.
> >> >> > Charlie
> >> >> >> -----Original Message-----
> >> >> >> From: nunit-discuss@googlegroups.com > >> >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of
> >> Sergey Popov
> >> >> >> Sent: Wednesday, April 29, 2009 10:29 PM
> >> >> >> To: nunit-discuss@googlegroups.com
> >> >> >> Subject: [nunit-discuss] Re: ANN: NUnit 2.5 Release
> >> >> Candidate is Out
> >> >> >> I wrote a NUnit 2.5 "What's new" review in Russian :)
> >> >> >> On Thu, Apr 30, 2009 at 12:42 AM, Charlie Poole
> >> >> <char...@nunit.com>
> >> >> >> wrote:
> >> >> >> > Hi All,
> >> >> >> > I blogged a slightly modified top ten list, with a > bit more > >> >> >> > explanation of each one, at http://nunit.com/blogs/?p=66.
> >> >> >> > It would be cool if others would blog their own > lists or mods.
> >> >> >> > Charlie
> >> >> >> >> -----Original Message-----
> >> >> >> >> From: nunit-discuss@googlegroups.com > >> >> >> >> [mailto:nunit-discuss@googlegroups.com] On Behalf Of
> >> >> Charlie Poole
> >> >> >> >> Sent: Tuesday, April 28, 2009 12:17 AM
> >> >> >> >> To: nunit-discuss@googlegroups.com
> >> >> >> >> Subject: [nunit-discuss] ANN: NUnit 2.5 Release > Candidate is > >> >> >> >> Out
> >> >> >> >> Hi All,
> >> >> >> >> I'll spread the word more widely tomorrow, but it's
> >> >> >> downloadable now
> >> >> >> >> from the sourceforge site or http://nunit.org/?p=download