Download project files

How do I verify a download?


1119 of 19 releases

2.6.0b1 release from the trunk series released

Release information
Release notes:

General

    * NUnit is now built using .NET 3.5. All NUnit assemblies and most tests target .NET 2.0 but the full set of tests requires 3.5 to execute.
    * The build script now supports building from source under .NET 4.0. The script selects either .NET 3.5 or .NET 4.0 to perform the build, depending on what is available.
    * NAnt 0.91 alpha2 release is now used for building on Windows. The 0.90 release is still used on Linux.
    * Support for .NET 1.0 / 1.1 is no longer included in the main distribution for NUnit but is distributed as a separate package.
    * NUnit Mocks is now deprecated. All classes are now marked as obsolete.
    * NUnit now uses the NSubstitute mock framework its own tests. A copy of the NSubstitute dll is included in the distribution.

Framework

    * NUn...

File Description Downloads
download icon NUnit-2.6.0.11240-docs.zip (md5) Documentation 841
last downloaded 44 weeks ago
download icon NUnit-2.6.0.11240-src.zip (md5) Source 805
last downloaded 40 weeks ago
download icon NUnit-2.6.0.11240-net-1.1.zip (md5) Binary zip 614
last downloaded 44 weeks ago
download icon NUnit-2.6.0.11240.zip (md5) Binary zip 1,325
last downloaded 44 weeks ago
download icon NUnit-2.6.0.11240-net-1.1.msi (md5) Windows installer 1,028
last downloaded 45 weeks ago
download icon NUnit-2.6.0.11240.msi (md5) Windows installer 2,949
last downloaded 45 weeks ago
Total downloads: 7,562

2.5.10 release from the 2.5 series released

Release information
File Description Downloads
download icon NUnit-2.5.10.11092-src.zip (md5) Source 16,785
last downloaded 13 days ago
download icon NUnit-2.5.10.11092-docs.zip (md5) Documentation 16,877
last downloaded 13 days ago
download icon NUnit-2.5.10.11092.zip (md5) Binary zip 51,493
last downloaded 9 days ago
download icon NUnit-2.5.10.11092.msi (md5) Windows installer 235,662
last downloaded today
Total downloads: 320,817

2.5.9 release from the 2.5 series released

File Description Downloads
download icon NUnit-2.5.9.10348-src.zip (md5) Source code 7,392
last downloaded 4 days ago
download icon NUnit-2.5.9.10348-docs.zip (md5) Documentation 8,289
last downloaded 44 weeks ago
download icon NUnit-2.5.9.10348.zip (md5) Binary zip 21,390
last downloaded today
download icon NUnit-2.5.9.10348.msi (md5) Windows installer 68,330
last downloaded today
Total downloads: 105,401

2.5.8 release from the 2.5 series released

Release information
File Description Downloads
download icon NUnit-2.5.8.10295-src.zip (md5) Source code 4,241
last downloaded 41 weeks ago
download icon NUnit-2.5.8.10295-docs.zip (md5) Documentation 4,319
last downloaded 44 weeks ago
download icon NUnit-2.5.8.10295.zip (md5) Binary zip 10,542
last downloaded 14 weeks ago
download icon NUnit-2.5.8.10295.msi (md5) Windows installer 35,226
last downloaded 3 weeks ago
Total downloads: 54,328

2.5.7 release from the 2.5 series released

Release information
Release notes:

This release fixes a serious bug related to generic TestFixtures, introduces an experimental TestContext feature and applies a few minor bug fixes. See http://nunit.org/index.php?p=releaseNotes&r=2.5.7 for details.

File Description Downloads
download icon NUnit-2.5.7.10213-src.zip (md5) Source code 9,244
last downloaded 26 weeks ago
download icon NUnit-2.5.7.10213.zip (md5) Binary zip 15,140
last downloaded today
download icon NUnit-2.5.7.10213.msi (md5) Windows installer 55,177
last downloaded 4 weeks ago
download icon NUnit-2.5.7.10213-docs.zip (md5) Documentation 7,586
last downloaded 5 days ago
Total downloads: 87,147

2.5.6 release from the 2.5 series released

Release information
Release notes:
File Description Downloads
download icon NUnit-2.5.6.10205-src.zip (md5) Source code 3,751
last downloaded 5 days ago
download icon NUnit-2.5.6.10205-docs.zip (md5) Documentation 1,362
last downloaded 44 weeks ago
download icon NUnit-2.5.6.10205.zip (md5) Binary zip 2,507
last downloaded 44 weeks ago
download icon NUnit-2.5.6.10205.msi (md5) Windows installer 7,638
last downloaded 10 weeks ago
Total downloads: 15,258

2.5.5 release from the 2.5 series released

Release information
Release notes:
File Description Downloads
download icon NUnit-2.5.5.10112-src.zip (md5) Zipped source 7,342
last downloaded 44 weeks ago
download icon NUnit-2.5.5.10112-docs.zip (md5) Documentation 8,121
last downloaded 44 weeks ago
download icon NUnit-2.5.5.10112.zip (md5) Zipped binaries 16,849
last downloaded 4 days ago
download icon NUnit-2.5.5.10112.msi (md5) Windows installer 60,219
last downloaded 10 weeks ago
Total downloads: 92,531

2.5.4 release from the 2.5 series released

Release information
File Description Downloads
download icon NUnit-2.5.4.10098-src.zip (md5) Source zip 1,777
last downloaded 31 weeks ago
download icon NUnit-2.5.4.10098-docs.zip (md5) Documentation 1,869
last downloaded 44 weeks ago
download icon NUnit-2.5.4.10098.zip (md5) Binary zip 3,488
last downloaded 26 weeks ago
download icon NUnit-2.5.4.10098.msi (md5) Windows installer 11,261
last downloaded 8 weeks ago
Total downloads: 18,395

2.5.3 release from the 2.5 series released

Release information
Release notes:

NUnit 2.5.3 - Version 2.5.3.9345 - December 11, 2009

Note: This is the first release of NUnit on Launchpad.

New Features

* Test execution under .NET 4.0 is now supported. It may be selected in the
  Gui runner or using the console runner /framework option. NUnit test projects
  may specify .NET 4.0 as the required framework to be used for loading the
  project. PlatformAttribute allows testing for .NET 4.0.

* The distribution now includes nunit-agent-x86.exe, which is used for running
  tests in a separate process under nunit-x86.exe or nunit-console-x86.exe when
  the target framework is .NET 2.0 or greater.

* Static methods Contains.Substring() and Contains.Item() have been added to the
  NUnit syntax for compatibility with NUnitLite.

* Non-public test fixtures are now all...

File Description Downloads
download icon NUnit-2.5.3.9345-src.zip (md5) Source code 7,756
last downloaded 4 days ago
download icon NUnit-2.5.3.9345-docs.zip (md5) Documentation 9,533
last downloaded 4 weeks ago
download icon NUnit-2.5.3.9345.zip (md5) Binary zip 17,629
last downloaded 4 days ago
download icon NUnit-2.5.3.9345.msi (md5) Windows installer 70,114
last downloaded 7 weeks ago
Total downloads: 105,032

1119 of 19 releases