forked from raspberry-sharp/raspberry-sharp-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRaspberry.System.nuspec
More file actions
35 lines (33 loc) · 1.99 KB
/
Raspberry.System.nuspec
File metadata and controls
35 lines (33 loc) · 1.99 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Raspberry.System.3B</id>
<version>2.1.1</version>
<title>Raspberry.System with RPi 3B support</title>
<authors>Eric Bézine and Josi Coder</authors>
<owners>Raspberry-Sharp</owners>
<licenseUrl>http://opensource.org/licenses/GPL-2.0</licenseUrl>
<projectUrl>https://github.com/raspberry-sharp/raspberry-sharp-system/wiki</projectUrl>
<iconUrl>https://raw.github.com/raspberry-sharp/raspberry-sharp-system/master/Icon.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
Raspberry.System is a Mono/.NET assembly providing access to Raspberry Pi system 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.
Visit project [Github site](https://github.com/raspberry-sharp/raspberry-sharp-system/) for documentation and samples.
With respect to the original Raspberry.System package, this one containes support for the Bcm2835 CPU of Raspberry 3B. See pull request #90 for more details.
</description>
<summary>Raspberry.System is a Mono/.NET assembly providing access to Raspberry Pi system features.</summary>
<language>en-US</language>
<tags>Raspberry Pi Mono System Timers</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
<frameworkAssembly assemblyName="System.Core" targetFramework="net40" />
</frameworkAssemblies>
</metadata>
<files>
<file src="Raspberry.System/bin/Release/Raspberry.System.dll" target="lib/net40" />
<file src="Raspberry.System/bin/Release/Raspberry.System.dll.mdb" target="lib/net40" />
<file src="Raspberry.System/bin/Release/Raspberry.System.xml" target="lib/net40" />
<file src="Raspberry.System/**/*.cs" target="src" />
</files>
</package>