You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
28
external/nunit-lite/NUnitLite-1.0.0/NUnitLiteCF.nuspec
vendored
Normal file
28
external/nunit-lite/NUnitLite-1.0.0/NUnitLiteCF.nuspec
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>NUnitLiteCF</id>
|
||||
<version>${package.version}${package.suffix}</version>
|
||||
<authors>Charlie Poole</authors>
|
||||
<owners>Charlie Poole</owners>
|
||||
<licenseUrl>http://nunit.org/nuget/nunitlite-license.txt</licenseUrl>
|
||||
<projectUrl>http://nunitlite.org</projectUrl>
|
||||
<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<summary>NUnitLite is a lightweight testing framework for .NET, based on NUnit.</summary>
|
||||
<description>NUnitLite provides a subset of the features of NUnit, uses minimal resources and runs on resource-restricted platforms used in embedded and mobile development. This package contains builds of NUnitLite for the .NET Compact Framework. How to use this package: 1. Create a console application for your tests and delete the generated class containing Main(). 2. Install the NUnitLite package, which creates a new Main() as well as adding a reference to NUnitLite. 3. Add your tests to the test project and start the project to execute them.</description>
|
||||
<copyright>Copyright (c) 2004-2012 Charlie Poole</copyright>
|
||||
<language>en-US</language>
|
||||
<tags>test testing tdd framework fluent assert device phone compact embedded</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="LICENSE.txt" />
|
||||
<file src="README.txt" />
|
||||
<file src="CHANGES.txt" />
|
||||
<file src="package\${package.base.name}\netcf-3.5\nunitlite.dll" target="lib/net35-cf" />
|
||||
<file src="package\${package.base.name}\netcf-3.5\nunitlite.xml" target="lib/net35-cf" />
|
||||
<file src="package\${package.base.name}\netcf-2.0\nunitlite.dll" target="lib/net20-cf" />
|
||||
<file src="package\${package.base.name}\netcf-2.0\nunitlite.xml" target="lib/net20-cf" />
|
||||
<file src="src\tests\Program.cs" target="content" />
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user