forked from nanoframework/nanoFramework.IoT.Device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lps25h.nuspec
42 lines (42 loc) · 2.38 KB
/
Lps25h.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Iot.Device.Lps25h</id>
<version>$version$</version>
<title>nanoFramework.Iot.Device.Lps25h</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 includes the .NET IoT Core binding Iot.Device.Lps25h for .NET nanoFramework C# projects.</description>
<summary>Iot.Device.Lps25h assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf Iot.Device.Lps25h</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Buffers.Binary.BinaryPrimitives" version="1.2.586" />
<dependency id="nanoFramework.System.Device.Model" version="1.2.586" />
<dependency id="nanoFramework.System.Diagnostics.Stopwatch" version="1.2.586" />
<dependency id="nanoFramework.System.Device.I2c" version="1.1.16" />
<dependency id="nanoFramework.System.Math" version="1.5.43" />
<dependency id="UnitsNet.nanoFramework.Pressure" version="5.56.0" />
<dependency id="UnitsNet.nanoFramework.Temperature" version="5.56.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Iot.Device.Lps25h.dll" target="lib\Iot.Device.Lps25h.dll" />
<file src="bin\Release\Iot.Device.Lps25h.pdb" target="lib\Iot.Device.Lps25h.pdb" />
<file src="bin\Release\Iot.Device.Lps25h.pdbx" target="lib\Iot.Device.Lps25h.pdbx" />
<file src="bin\Release\Iot.Device.Lps25h.pe" target="lib\Iot.Device.Lps25h.pe" />
<file src="bin\Release\Iot.Device.Lps25h.xml" target="lib\Iot.Device.Lps25h.xml" />
<file src="README.md" target="docs\" />
<file src="..\..\assets\nf-logo.png" target="images" />
<file src="..\..\LICENSE.md" target="" />
</files>
</package>