The title, description, and summary fields all have version 3:
|
<title>NUnit Console Runner Version 3 (No Extensions)</title> |
|
<version>$version$</version> |
|
<authors>Charlie Poole, Rob Prouse</authors> |
|
<owners>Charlie Poole, Rob Prouse</owners> |
|
<license type="file">LICENSE.txt</license> |
|
<projectUrl>https://nunit.org</projectUrl> |
|
<repository type="git" url="https://github.com/nunit/nunit-console"/> |
|
<iconUrl>https://cdn.rawgit.com/nunit/resources/master/images/icon/nunit_256.png</iconUrl> |
|
<icon>images\nunit_256.png</icon> |
|
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
|
<summary>Console runner for the NUnit 3 unit-testing framework, without any extensions.</summary> |
|
<description> |
|
This package includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework. |
The title, description, and summary fields all have version 3:
nunit-console/nuget/runners/nunit.console-runner.nuspec
Lines 5 to 17 in d43b8e4