Index: build/NUnit.Console/nunit.engine.api.xml
===================================================================
diff -u -reb797293fe97dcb55bc36fc2afd1788e4f155aed -ra1fa1538918813373bcc864f0bce092bf28fd0ce
--- build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision eb797293fe97dcb55bc36fc2afd1788e4f155aed)
+++ build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision a1fa1538918813373bcc864f0bce092bf28fd0ce)
@@ -919,23 +919,17 @@
Create an instance of the test engine.
- If private copy is false, the search order is the NUnit install directory for the current user, then
- the install directory for the local machine and finally the current AppDomain's ApplicationBase.
- if set to true loads the engine found in the application base directory,
- otherwise searches for the test engine with the highest version installed. Defaults to true.
+ This parameter is no longer used but has not been removed to ensure API compatibility.
Thrown when a test engine of the required minimum version is not found
An
Create an instance of the test engine with a minimum version.
- If private copy is false, the search order is the NUnit install directory for the current user, then
- the install directory for the local machine and finally the current AppDomain's ApplicationBase.
The minimum version of the engine to return inclusive.
- if set to true loads the engine found in the application base directory,
- otherwise searches for the test engine with the highest version installed. Defaults to true.
- Thrown when a test engine of the given minimum version is not found
+ This parameter is no longer used but has not been removed to ensure API compatibility.
+ Thrown when a test engine of the required minimum version is not found
An