Release of NUnit3TestAdapter 3.15

This commit is contained in:
Terje Sandstrom 2019-08-23 15:43:08 +02:00
Родитель 14b911948a
Коммит 825b67672c
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -0,0 +1,7 @@
NUnit3TestAdapter version 3.15.0 is released.
This release is a major performance improvement release. When used from Visual Studio, and used with a selection of tests, it will significantly speed up the discovery of those. Note that discovery is also a part of the execution, so you will also see the performance improvement for execution. It will be mostly noticable when you have a large set of tests.
See [the release notes](https://github.com/nunit/docs/wiki/Adapter-Release-Notes) for details on what has changed in 3.15.
[Download NuGet package](https://www.nuget.org/packages/NUnit3TestAdapter/3.15.0)
[Download VSIX](https://marketplace.visualstudio.com/items?itemName=NUnitDevelopers.NUnit3TestAdapter)