Releases: nunit/nunit-v2-framework-driver
NUnit V2 Framework Driver Extension 3.9.0
As part of this release we had 10 issues closed.
This release fixes a number of bugs around handling of Explicit tests and use of a filter when exploring tests. In addition, the build process has been significantly re-written to allow automation of publishing releases.
Bugs
- #39 Name and Fullname are the same in V3 XML format
- #27 Exploring tests with filter returns all tests
- #21 Explicitness of tests is ignored in the presence of a filter with adding multiple negated categories
Build
- #45 Automate the GitHub release process
- #42 Standardize build scripts for extensions
- #41 Change default branch from master to main
- #40 Automate GitHub Release Process
- #37 Run integration tests on packages
- #36 Publish 'dev' builds on MyGet
Documentation
- #33 Create a level of support statement
Packages
There are two different packages available for the extension.
- For a chocolatey install:
nunit-extension-nunit-v2-driver.3.9.0.nupkg
- For a nuget install:
NUnit.Extension.NUnitV2Driver.3.9.0.nupkg
SHA256 Hashes of the release artifacts
279cc0d793847e9f9e83a197d4d11c5afcd06a404aa67ffc4e2f279d52323b7d NUnit.Extension.NUnitV2Driver.3.9.0.nupkg
90a14371bbf5a21dc44d1913bb76c8765719f373fb4b171d75bc63b92ba6b43d nunit-extension-nunit-v2-driver.3.9.0.nupkg
NUnit V2 Framework Driver Extension v3.8
This release makes use of the NUnit V2 Core package rather than having it's own copy of the files. The major enhancement included is that NUnit 3 id filters are now functional with V2 tests.
As usual, there are two nupkg files. NUnit.Extension.NUnitV2Driver is for nuget installation while nunit-extension-nunit-v2-driver is for chocolatey.
Issues Resolved:
* 15 Event Listener and Report output incorrect on nunit2 test runs
* 22 Use NUnit V2 Core package rather than hard coded 2.6.4 binaries
* 29 V2 Driver does not support id filters
NUnit V2 Framework Driver Extension v3.7
This release adds a new chocolatey package.
Note that there are two .nupkg
files:
- NUnit.Extension.NUnitProjectLoader.nupkg is the package for nuget installation.
- nunit-extension-nunit-v2-driver.nupkg is the package for chocolatey installation.
NUnit V2 Framework Driver Extension v3.6
Fixes the following issues
NUnit V2 Framework Driver Extension v3.5
This is the first release of the extension since splitting the extensions out to their own repository.