forked from Rinsen/OneWire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRinsen.IoT.OneWire.nuspec
More file actions
25 lines (25 loc) · 1.19 KB
/
Rinsen.IoT.OneWire.nuspec
File metadata and controls
25 lines (25 loc) · 1.19 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
<?xml version="1.0"?>
<package >
<metadata>
<id>Rinsen.OneWire</id>
<version>0.1.5</version>
<title>Rinsen One Wire</title>
<authors>Fredrik Rinsén</authors>
<owners>Fredrik Rinsén</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/Rinsen/OneWire</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>One Wire library for Windows IoT on Raspberry Pi via DS2482-100 I2C to One Wire bridge</description>
<releaseNotes>
* Headed Universal Applications is now supported, check sample for details.
</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>OneWire Raspberry IoT</tags>
</metadata>
<files>
<file src="src\Rinsen.IoT.OneWire\Properties\Rinsen.IoT.OneWire.rd.xml" target="lib\windows10\Rinsen.IoT.OneWire\Properties" />
<file src="src\Rinsen.IoT.OneWire\bin\ARM\Release\Rinsen.IoT.OneWire.dll" target="lib\windows10" />
<file src="src\Rinsen.IoT.OneWire\bin\ARM\Release\Rinsen.IoT.OneWire.pdb" target="lib\windows10" />
<file src="src\Rinsen.IoT.OneWire\bin\ARM\Release\Rinsen.IoT.OneWire.pri" target="lib\windows10" />
</files>
</package>