-
Notifications
You must be signed in to change notification settings - Fork 139
/
Raspberry.IO.GeneralPurpose.nuspec
32 lines (32 loc) · 1.76 KB
/
Raspberry.IO.GeneralPurpose.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Raspberry.IO.GeneralPurpose</id>
<version>0.0.0</version>
<title>Raspberry.IO.GeneralPurpose</title>
<authors>Eric Bézine</authors>
<owners>Raspberry-Sharp</owners>
<licenseUrl>http://opensource.org/licenses/GPL-2.0</licenseUrl>
<projectUrl>https://github.com/raspberry-sharp/raspberry-sharp-io/wiki/Raspberry.IO</projectUrl>
<iconUrl>https://raw.github.com/raspberry-sharp/raspberry-sharp-io/master/Icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Raspberry.IO is a set of Mono/.NET assembly providing access to Raspberry Pi I/O features.
</description>
<summary>Raspberry.IO is a set of Mono/.NET assembly providing access to Raspberry Pi I/O features.</summary>
<language>en-US</language>
<tags>Raspberry Pi Mono GPIO</tags>
<dependencies>
<dependency id="Raspberry.System" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.dll" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.xml" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.GeneralPurpose.dll" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.GeneralPurpose.pdb" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.GeneralPurpose.xml" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\bin\release\Raspberry.IO.Interop.dll" target="lib\net40" />
<file src="Raspberry.IO.GeneralPurpose\**\*.cs" target="src" />
</files>
</package>