Skip to content

Commit

Permalink
Merge pull request #139 from nunit/release-3-13-3
Browse files Browse the repository at this point in the history
NUnit 3.13.3 release
  • Loading branch information
rprouse committed Mar 30, 2022
2 parents 437e4c5 + 846e43f commit 4241a94
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions _posts/2022-03-20-nunit-3.13.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "NUnit 3.13.3 Hotfix Release"
date: 2022-03-20 12:00:00 -0000
categories: news update nunit
---

This release includes several performance enhancements. [@lahma](https://github.com/lahma) provided a massive speed improvement for large parametrized test suites. In addition, equivalency tests with large unsortable collections run faster by determining if the collections are sortable before attempting to sort them.

We've added several fixes for .NET 6.0 and we've stopped testing NUnit against .NET Core 2.1 which is now out of support.

There are also several fixes for the new `FixtureLifeCycle` feature and other smaller bug fixes and performance improvements.

See the [release notes](https://docs.nunit.org/articles/nunit/release-notes/framework.html) for more information.
8 changes: 6 additions & 2 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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.13.2</a></td>
<td class="text-right">April 27, 2021</td>
<td><a href="https://github.com/nunit/nunit/releases/latest">NUnit 3.13.3</a></td>
<td class="text-right">March 20, 2022</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit-console/releases/latest">NUnit Console 3.14</a></td>
Expand Down Expand Up @@ -68,6 +68,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/v3.13.2">NUnit 3.13.2</a></td>
<td class="text-right">April 27, 2021</td>
</tr>
<tr>
<td><a href="https://github.com/nunit/nunit/releases/v3.13.1">NUnit 3.13.1</a></td>
<td class="text-right">January 31, 2021</td>
Expand Down

0 comments on commit 4241a94

Please sign in to comment.