This commit is contained in:
Rob Prouse 2017-08-28 21:23:44 -04:00
Родитель f2fe79c4a7
Коммит 50ecc84c63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.