|
3 | 3 | <metadata minClientVersion="2.8.5"> |
4 | 4 | <id>nunit.runner.xamarin</id> |
5 | 5 | <version>$version$</version> |
6 | | - <title>NUnit 3.0 Xamarin Android, iOS and WinPhone 8.1 Runner</title> |
| 6 | + <title>NUnit 3.0 Xamarin Runner</title> |
7 | 7 | <authors>Rob Prouse</authors> |
8 | 8 | <owners>Charlie Poole</owners> |
9 | | - <description>Adds support for running NUnit 3.0 unit tests on Android, iOS and Windows Phone 8.1</description> |
10 | | - <summary>NUnit 3.0 runner components for Android, iOS and Windows Phone 8.1 on Xamarin</summary> |
11 | | - <tags>nunit xamarin android ios monoandroid monotouch tdd unit test testing</tags> |
| 9 | + <description>Adds support for running NUnit 3.0 unit tests on Xamarin |
| 10 | + |
| 11 | +Supported Xamarin platforms: |
| 12 | + - Android |
| 13 | + - iOS |
| 14 | + - Windows Phone 8.1 |
| 15 | + - Windows 10 Universal</description> |
| 16 | + <summary>NUnit 3.0 runner components for Xamarin</summary> |
| 17 | + <tags>nunit xamarin android ios monoandroid monotouch winphone uwp tdd unit test testing</tags> |
12 | 18 | <language>en-US</language> |
13 | 19 | <licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl> |
14 | 20 | <projectUrl>https://github.com/nunit/nunit.xamarin</projectUrl> |
|
18 | 24 |
|
19 | 25 | <dependencies> |
20 | 26 | <group> |
21 | | - <dependency id="nunit" version="[$version$]" /> |
| 27 | + <dependency id="nunit" version="[3.0.0]" /> |
22 | 28 | <dependency id="Xamarin.Forms" version="1.5.1.6471" /> |
23 | 29 | </group> |
24 | 30 | </dependencies> |
25 | 31 | </metadata> |
26 | 32 | <files> |
27 | | - <file src="nuget\MainActivity.cs.txt.pp" target="content\MonoAndroid10\MainActivity.cs.txt.pp" /> |
| 33 | + <file src="nuget\MonoAndroid10\MainActivity.cs.txt.pp" target="content\MonoAndroid10\MainActivity.cs.txt.pp" /> |
28 | 34 | <file src="src\runner\nunit.runner.Droid\bin\Release\nunit.runner.Droid.dll" target="lib\MonoAndroid10\nunit.runner.Droid.dll" /> |
29 | 35 | <file src="src\runner\nunit.runner.Droid\bin\Release\nunit.runner.Droid.xml" target="lib\MonoAndroid10\nunit.runner.Droid.xml" /> |
30 | 36 |
|
31 | | - <file src="nuget\AppDelegate.cs.txt.pp" target="content\Xamarin.iOS10\AppDelegate.cs.txt.pp" /> |
| 37 | + <file src="nuget\Xamarin.iOS10\AppDelegate.cs.txt.pp" target="content\Xamarin.iOS10\AppDelegate.cs.txt.pp" /> |
32 | 38 | <file src="src\runner\nunit.runner.iOS\bin\Release\nunit.runner.iOS.dll" target="lib\Xamarin.iOS10\nunit.runner.iOS.dll" /> |
33 | 39 | <file src="src\runner\nunit.runner.iOS\bin\Release\nunit.runner.iOS.xml" target="lib\Xamarin.iOS10\nunit.runner.iOS.xml" /> |
34 | 40 |
|
35 | | - <file src="nuget\MainPage.xaml.cs.txt.pp" target="content\wpa81\MainPage.xaml.cs.txt.pp" /> |
| 41 | + <file src="nuget\wpa81\MainPage.xaml.cs.txt.pp" target="content\wpa81\MainPage.xaml.cs.txt.pp" /> |
36 | 42 | <file src="src\runner\nunit.runner.wp81\bin\Release\nunit.runner.wp81.dll" target="lib\wpa81\nunit.runner.wp81.dll" /> |
37 | 43 | <file src="src\runner\nunit.runner.wp81\bin\Release\nunit.runner.wp81.xml" target="lib\wpa81\nunit.runner.wp81.xml" /> |
| 44 | + |
| 45 | + <file src="nuget\uap10.0\MainPage.xaml.cs.txt.pp" target="content\uap10.0\MainPage.xaml.cs.txt.pp" /> |
| 46 | + <file src="src\runner\nunit.runner.uwp\bin\Release\nunit.runner.uwp.dll" target="lib\uap10.0\nunit.runner.uwp.dll" /> |
| 47 | + <file src="src\runner\nunit.runner.uwp\bin\Release\nunit.runner.uwp.xml" target="lib\uap10.0\nunit.runner.uwp.xml" /> |
38 | 48 | </files> |
39 | 49 | </package> |
0 commit comments