forked from luca-piccioni/OpenGL.Net
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOpenGL.Net.VideoCore.nuspec
More file actions
34 lines (33 loc) · 1.72 KB
/
OpenGL.Net.VideoCore.nuspec
File metadata and controls
34 lines (33 loc) · 1.72 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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>OpenGL.Net.VideoCore</id>
<version>$version$</version>
<title>OpenGL for .Net - Broadcom VideoCore IV (Raspberry PI 2) utilities</title>
<authors>Luca Piccioni</authors>
<owners>Luca Piccioni</owners>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</licenseUrl>
<projectUrl>https://github.com/luca-piccioni/OpenGL.Net</projectUrl>
<!--<iconUrl>https://github.com/luca-piccioni/OpenGL.Net/blob/master/OpenGL.Net.Logo.png</iconUrl>-->
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<summary>Modern OpenGL bindings for C# - Broadcom VideoCore IV (Raspberry PI 2) utilities.</summary>
<description>
Modern OpenGL bindings for C#, Broadcom VideoCore IV (Raspberry PI 2) utilities.
It includes an simple window implementation that ease the OpenGL context creation.
</description>
<releaseNotes>
This package includes the targets:
- .NET 3.5
</releaseNotes>
<dependencies>
<dependency id="OpenGL.Net" version="$version$" />
</dependencies>
<copyright>Copyright 2015-2017</copyright>
<tags>RPi RaspberryPi OpenGL OpenGL-ES GLSL GLES EGL C# .Net Graphics 3D</tags>
</metadata>
<files>
<file src="OpenGL.Net.VideoCore/bin/Release/OpenGL.Net.VideoCore.dll" target="lib\net35" />
<!--<file src="OpenGL.Net.VideoCore/bin/Release/OpenGL.Net.VideoCore.xml" target="lib\net35" />-->
<file src="OpenGL.Net.VideoCore/bin/Release/OpenGL.Net.VideoCore.pdb" target="lib\net35" />
</files>
</package>