This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnanoFramework.Windows.Devices.SerialCommunication.nuspec
39 lines (39 loc) · 2.64 KB
/
nanoFramework.Windows.Devices.SerialCommunication.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
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Windows.Devices.SerialCommunication</id>
<version>$version$</version>
<title>nanoFramework.Windows.Devices.SerialCommunication</title>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/Windows.Devices.SerialCommunication</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/Windows.Devices.SerialCommunication" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the Windows.Devices.SerialCommunication assembly for nanoFramework C# projects.
This package requires a target with Windows.Devices.SerialCommunication v$nativeVersion$ (checksum $checksum$).</description>
<summary>Windows.Devices.SerialCommunication assembly for nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf SerialCommunication serial serialport</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
<dependency id="nanoFramework.Windows.Storage.Streams" version="1.12.4" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
<dependency id="nanoFramework.System.Text" version="1.1.3" />
</dependencies>
</metadata>
<files>
<file src="Windows.Devices.SerialCommunication\bin\Release\Windows.Devices.SerialCommunication.dll" target="lib\Windows.Devices.SerialCommunication.dll" />
<file src="Windows.Devices.SerialCommunication\bin\Release\Windows.Devices.SerialCommunication.pdb" target="lib\Windows.Devices.SerialCommunication.pdb" />
<file src="Windows.Devices.SerialCommunication\bin\Release\Windows.Devices.SerialCommunication.pdbx" target="lib\Windows.Devices.SerialCommunication.pdbx" />
<file src="Windows.Devices.SerialCommunication\bin\Release\Windows.Devices.SerialCommunication.pe" target="lib\Windows.Devices.SerialCommunication.pe" />
<file src="Windows.Devices.SerialCommunication\bin\Release\Windows.Devices.SerialCommunication.xml" target="lib\Windows.Devices.SerialCommunication.xml" />
<file src="assets\readme.txt" target="" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>