forked from zauberzeug/quicktest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xamarin.Forms.QuickTest.nuspec
26 lines (26 loc) · 1.27 KB
/
Xamarin.Forms.QuickTest.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
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Xamarin.Forms.QuickTest</id>
<version>1.1</version>
<authors>Perpetual Mobile GmbH</authors>
<owners>Perpetual Mobile GmbH</owners>
<projectUrl>https://github.com/perpetual-mobile/quicktest</projectUrl>
<licenseUrl>https://github.com/perpetual-mobile/quicktest/blob/master/LICENSE</licenseUrl>
<description>Library to write NUnit Integration Tests for Xamarin.Forms</description>
<releaseNotes>Release notes can be found under https://github.com/perpetual-mobile/quicktest/releases</releaseNotes>
<copyright>Perpetual Mobile GmbH Copyright 2022</copyright>
<dependencies>
<group>
<dependency id="NUnit" version="3.13.2" />
<dependency id="Xamarin.Forms" version="5.0.0.2337" />
<dependency id="Xamarin.Forms.Mocks" version="4.7.0.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="QuickTest/bin/Release/net6.0/Xamarin.Forms.QuickTest.dll" target="lib/net6.0" />
<file src="QuickTest/bin/Release/net6.0/Xamarin.Forms.QuickTest.pdb" target="lib/net6.0" />
<file src="QuickTest/bin/Release/net6.0/Xamarin.Forms.QuickTest.xml" target="lib/net6.0" />
</files>
</package>