-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathePaper.nuspec
40 lines (40 loc) · 2.37 KB
/
ePaper.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.Iot.Device.ePaper</id>
<version>$version$</version>
<title>nanoFramework.Iot.Device.ePaper</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 .Net nanoFramework drivers for EPD devices with a graphics library. This version supports only displays based on the SSD1681 controller. More controllers will be added in the future. Please refer to the README file for more info about support.</description>
<summary>Iot.Device.ePaper assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf epd ePaper Iot.Device.Display.ePaper</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
<dependency id="nanoFramework.System.Device.Gpio" version="1.1.57" />
<dependency id="nanoFramework.System.Device.Spi" version="1.3.82" />
<dependency id="nanoFramework.Graphics.Core" version="1.2.45" />
<dependency id="nanoFramework.Runtime.Events" version="1.11.32" />
<dependency id="nanoFramework.System.Threading" version="1.1.52" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Iot.Device.ePaper.dll" target="lib\Iot.Device.ePaper.dll" />
<file src="bin\Release\Iot.Device.ePaper.pdb" target="lib\Iot.Device.ePaper.pdb" />
<file src="bin\Release\Iot.Device.ePaper.pdbx" target="lib\Iot.Device.ePaper.pdbx" />
<file src="bin\Release\Iot.Device.ePaper.pe" target="lib\Iot.Device.ePaper.pe" />
<file src="bin\Release\Iot.Device.ePaper.xml" target="lib\Iot.Device.ePaper.xml" />
<file src="README.md" target="docs\" />
<file src="..\..\assets\nf-logo.png" target="images" />
<file src="..\..\LICENSE.md" target="" />
</files>
</package>