Index: build/NUnit.Console/nunit.engine.api.xml =================================================================== diff -u -rdda84850a88cb1843a7db2ca6cb45025bba3232a -r8a5b3641c3f19b507145f70001735e530f252cf0 --- build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision dda84850a88cb1843a7db2ca6cb45025bba3232a) +++ build/NUnit.Console/nunit.engine.api.xml (.../nunit.engine.api.xml) (revision 8a5b3641c3f19b507145f70001735e530f252cf0) @@ -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