-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.nuspec
26 lines (24 loc) · 1.08 KB
/
package.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Xamarin.Android.SerialPort</id>
<version>1.0.0.2</version>
<authors>Bence Lénárt</authors>
<owners>officialdoniald</owners>
<projectUrl>https://github.com/officialdoniald/Xamarin.Android.SerialPort</projectUrl>
<license type="expression">Apache-2.0</license>
<iconUrl>https://github.com/officialdoniald/XamarinClearCookies/Picture/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>v1</releaseNotes>
<description>Native Serial Port wrapper for Xamarin.Android.</description>
<copyright>Copyright ©2019 Bence Lénárt</copyright>
<tags>xamarin android serialport serial port</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0" />
</dependencies>
</metadata>
<!-- A readme.txt to display when the package is installed -->
<files>
<file src="readme.txt" target="" />
</files>
</package>