-
Notifications
You must be signed in to change notification settings - Fork 49
/
Raspberry.System.nuspec
33 lines (32 loc) · 1.78 KB
/
Raspberry.System.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
33
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Raspberry.System</id>
<version>0.0.0</version>
<title>Raspberry.System</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-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.
</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.pdb" target="lib\net40" />
<file src="Raspberry.System\bin\release\Raspberry.System.xml" target="lib\net40" />
<file src="Raspberry.System\**\*.cs" target="src" />
</files>
</package>