Skip to content

Commit

Permalink
Merge pull request #66 from nunit/nunit312
Browse files Browse the repository at this point in the history
NUnit framework 3.12 release
  • Loading branch information
ChrisMaddock committed May 25, 2019
2 parents 69417d3 + 3b535cb commit 634592a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions _posts/2019-05-14-nunit-3.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "NUnit 3.12 Released"
date: 2019-05-14 12:00:00 -0000
categories: news update nunit
---

This release of NUnit finally drops support for .NET 2.0. If your application still targets .NET 2.0, your tests will need to target at least .NET 3.5. Microsoft ended support for .NET 2.0 on July 12, 2011. Microsoft recommends that everyone migrate to at least .NET Framework 3.5 SP1 for security and performance fixes.

This release dramatically improves NUnit support for async tests including returning ValueTask and custom tasks from tests, improved handling of SynchronizationContexts and better exception handling.

The .NET Standard 2.0 version of NUnit continues to gain more functionality that is found in the .NET 4.5 version of the framework like setting the ApartmentState and enabling Timeout on tests.

You may download NUnit 3.12 from [Github](https://github.com/nunit/nunit/releases). See the [release notes](https://github.com/nunit/docs/wiki/Framework-Release-Notes) for more information.
8 changes: 6 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h3>Download Types</h3>
<th colspan="2">Latest NUnit 3 Releases</th>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.11</a></td>
<td class="text-right">October 6, 2018</td>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.12</a></td>
<td class="text-right">May 14, 2019</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.10</a></td>
Expand Down Expand Up @@ -73,6 +73,10 @@ <h2><a role="button" data-toggle="collapse" data-target="#olderReleases" href="#
<tr>
<th colspan="2">NUnit 3</th>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/tag/v3.11">NUnit 3.11</a></td>
<td class="text-right">October 6, 2018</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/tag/v3.10.1">NUnit 3.10.1</a></td>
<td class="text-right">March 12, 2018</td>
Expand Down

0 comments on commit 634592a

Please sign in to comment.