-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRca.Sht85Lib.nuspec
24 lines (23 loc) · 1.13 KB
/
Rca.Sht85Lib.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
<?xml version="1.0"?>
<package >
<metadata>
<id>Rca.Sht85Lib</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/100prznt/Rca.Sht85Lib/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/100prznt/Rca.Sht85Lib/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Open source UWP library for communication with Sensirion Humidity Sensor SHT85.</description>
<releaseNotes>For more informations visit: https://github.com/100prznt/Rca.Sht85Lib</releaseNotes>
<copyright>Copyright © RC-Art Solutions 2019</copyright>
<tags>uwp iot sensor temperature-sensor humidity-sensor</tags>
</metadata>
<files>
<file src="Rca.Sht85Lib\bin\ARM\Release\Rca.Sht85Lib.dll" target="runtimes\win10-arm\native" />
<file src="Rca.Sht85Lib\bin\ARM\Release\Rca.Sht85Lib.xml" target="runtimes\win10-arm\native" />
<file src="Rca.Sht85Lib\bin\ARM\Release\Rca.Sht85Lib.pdb" target="runtimes\win10-arm\native" />
<file src="**\*.cs" target="src" />
</files>
</package>