diff --git a/_posts/2017-08-27-nunit-38.md b/_posts/2017-08-27-nunit-38.md index 2772e1d..8185dbe 100644 --- a/_posts/2017-08-27-nunit-38.md +++ b/_posts/2017-08-27-nunit-38.md @@ -10,6 +10,6 @@ An issue that caused unit tests to run slower was addressed as was a bug that pr The Order attribute can now also be applied to the class level to set the order that test fixtures will be run. -The 3.8.1 release fixes two critical regressions in the 3.8 release. The first caused the console runner to crash if you are using multiple test parameters. The second issue caused collection constraints checking for multiple items in a collection to fail. +The 3.8.1 release fixes two critical regressions in the 3.8 release. The first caused the console runner to crash if you are using test parameters. The second issue caused collection constraints checking for multiple items in a collection to fail. You may download NUnit 3.8.1 from [Github](https://github.com/nunit/nunit/releases). See the [release notes](https://github.com/nunit/docs/wiki/Release-Notes) for more information.