-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeripheralDevices.nuspec
28 lines (28 loc) · 1.3 KB
/
PeripheralDevices.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Wastegate.Framework.Peripheral</id>
<version>0.0.2</version>
<title>Wastegate.Framework.Peripheral</title>
<authors>Wastegate</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/wastegate711/Wastegate.Framework.Peripheral.git</projectUrl>
<icon>Images\west-logos_white.png</icon>
<description>Framework содержит библиотеки для взаимодействия с переферийными устройствами
RTC, Display Drivers, PWM controllers, Multiplexor.</description>
<releaseNotes>Добавил библиотеку PCF8575</releaseNotes>
<copyright>Wastegate 2022</copyright>
<tags>UWP Raspberry I2C SPI PWM RTC Drivers</tags>
<dependencies>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="PCF8574\Images\west-logos_white.png" target="Images"/>
<file src="PCF8574\bin\Release\PeripheralDevices.xml" target="lib\uap10.0"/>
<file src="PCF8574\bin\ARM\Release\PeripheralDevices.dll" target="lib\uap10.0"/>
</files>
</package>