forked from nunit/nunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnunitliteCF.nuspec
33 lines (33 loc) · 1.53 KB
/
nunitliteCF.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
33
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NUnitLiteCF</id>
<title>NUnitLite Version 3 for Compact Framework</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>NUnitlite is a lightweight runner for tests that use the NUnit testing framework.</summary>
<description>NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. This package contains a build of the NUnitLite runner for the .NET compact framework 3.5.</description>
<language>en-US</language>
<tags>test unit testing tdd framework fluent assert device phone embedded cf compact</tags>
<copyright>Copyright (c) 2015 Charlie Poole</copyright>
<dependencies>
<group>
<dependency id="NUnitCF" version="[$version$]" />
</group>
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt" />
<file src="NOTICES.txt" />
<file src="CHANGES.txt" />
<file src="bin\netcf-3.5\nunitlite.dll" target="lib\net35-cf" />
<file src="..\..\nuget\Program.cs" target="content" />
<file src="..\..\nuget\Program.vb" target="content" />
<file src="..\..\nuget\install.ps1" target="tools" />
</files>
</package>