-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnanoFramework.System.Device.Sx126x.nuspec
More file actions
39 lines (39 loc) · 1.94 KB
/
nanoFramework.System.Device.Sx126x.nuspec
File metadata and controls
39 lines (39 loc) · 1.94 KB
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.System.Device.Sx126x</id>
<title>nanoFramework.System.Device.Sx126x</title>
<version>$version$</version>
<authors>Feiko Gorter,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.System.Device.Sx126x</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.System.Device.Sx126x" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This library allows to interact with Sx126x devices from .NET nanoFramework projects.</description>
<tags>LoRa net nf nanoframework</tags>
<dependencies>
<group targetFramework="netnano1.0">
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
<dependency id="nanoFramework.LoRa" version="1.0.8" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.57" />
<dependency id="nanoFramework.System.Device.Spi" version="1.3.82" />
<dependency id="nanoFramework.System.Math" version="1.5.116" />
<dependency id="UnitsNet.nanoFramework.Frequency" version="5.75.0" />
<dependency id="UnitsNet.nanoFramework.Level" version="5.75.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="System.Device.Sx126x\bin\Release\System.Device.Sx126x.*" target="lib\netnano1.0" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>