-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathSps30.nuspec
43 lines (43 loc) · 2.39 KB
/
Sps30.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
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Iot.Device.Sps30</id>
<version>$version$</version>
<title>nanoFramework.Iot.Device.Sps30</title>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/nanoFramework.IoT.Device</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.IoT.Device" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package contains a driver to communicate with the SPS30 via the UART interface.</description>
<tags>nanoFramework C# csharp netnf sps30</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.32" />
<dependency id="nanoFramework.Runtime.Native" version="1.7.11" />
<dependency id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.862" />
<dependency id="nanoFramework.System.IO.Ports" version="1.1.132" />
<dependency id="nanoFramework.System.IO.Streams" version="1.1.96" />
<dependency id="nanoFramework.System.Text" version="1.3.42" />
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.862" />
<dependency id="UnitsNet.nanoFramework.Length" version="5.74.0" />
<dependency id="UnitsNet.nanoFramework.MassConcentration" version="5.74.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Iot.Device.Sps30.dll" target="lib\Iot.Device.Sps30.dll" />
<file src="bin\Release\Iot.Device.Sps30.pdb" target="lib\Iot.Device.Sps30.pdb" />
<file src="bin\Release\Iot.Device.Sps30.pdbx" target="lib\Iot.Device.Sps30.pdbx" />
<file src="bin\Release\Iot.Device.Sps30.pe" target="lib\Iot.Device.Sps30.pe" />
<file src="bin\Release\Iot.Device.Sps30.xml" target="lib\Iot.Device.Sps30.xml" />
<file src="README.md" target="docs\" />
<file src="..\..\assets\nf-logo.png" target="images" />
<file src="..\..\LICENSE.md" target="" />
</files>
</package>