forked from raspberry-sharp/raspberry-sharp-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRaspberry.IO.GeneralPurpose.nuspec
More file actions
38 lines (36 loc) · 2.16 KB
/
Copy pathRaspberry.IO.GeneralPurpose.nuspec
File metadata and controls
38 lines (36 loc) · 2.16 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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.GeneralPurpose</projectUrl>
<iconUrl>https://raw.github.com/raspberry-sharp/raspberry-sharp-io/master/Icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Raspberry.IO.GeneralPurpose is a Mono/.NET assembly providing access to Raspberry Pi GPIO features.
It is an initiative of the Raspberry# Community, aimed at providing tools and information concerning use of Raspberry Pi boards with Mono/.NET framework.
Parts of Raspberry# IO are inspired by [BCM2835 C Library](http://www.airspayce.com/mikem/bcm2835/) and Gordon Henderson's [WiringPi](http://wiringpi.com/).
Visit project [Github site](https://github.com/raspberry-sharp/raspberry-sharp-io/) for documentation and samples.
</description>
<summary>Raspberry.IO.GeneralPurpose is a Mono/.NET assembly providing access to Raspberry Pi GPIO features.</summary>
<language>en-US</language>
<tags>Raspberry Pi Mono GPIO</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Core" targetFramework="net40" />
</frameworkAssemblies>
<dependencies>
<dependency id="Raspberry.System" version="1.2.0" />
</dependencies>
</metadata>
<files>
<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\**\*.cs" target="src" />
</files>
</package>