forked from nunit/nunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnunit.engine.nuspec
32 lines (32 loc) · 1.47 KB
/
nunit.engine.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NUnit.Engine</id>
<title>NUnit Test Engine</title>
<version>$version$</version>
<authors>Charlie Poole</authors>
<owners>Charlie Poole</owners>
<licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl>
<projectUrl>http://nunit.org</projectUrl>
<iconUrl>http://nunit.org/nuget/nunitv3_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>The NUnit Test Engine is used by runners to discover and execute tests.</summary>
<description>This package includes nunit.engine and related assemblies, for use by runner programs. It is not intended for direct use by users who simply want to run tests.</description>
<releaseNotes></releaseNotes>
<language>en-US</language>
<tags>nunit test testing tdd engine</tags>
<copyright>Copyright (c) 2015 Charlie Poole</copyright>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.txt" />
<file src="CHANGES.txt" />
<file src="bin\nunit.engine.dll" target="lib" />
<file src="bin\nunit.engine.api.dll" target="lib" />
<file src="bin\Mono.Cecil.dll" target="lib" />
<file src="bin\nunit-agent.exe" target="lib" />
<file src="bin\nunit-agent.exe.config" target="lib" />
<file src="bin\nunit-agent-x86.exe" target="lib" />
<file src="bin\nunit-agent-x86.exe.config" target="lib" />
</files>
</package>