-
Notifications
You must be signed in to change notification settings - Fork 109
/
OpenGL.Net.VideoCore.nuspec
40 lines (37 loc) · 1.74 KB
/
OpenGL.Net.VideoCore.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
34
35
36
37
38
39
40
<?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>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/luca-piccioni/OpenGL.Net</projectUrl>
<iconUrl>http://github.com/luca-piccioni/OpenGL.Net/blob/master/OpenGL.Net-Logo.gif?raw=true</iconUrl>
<requireLicenseAcceptance>false</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>
* v0.8.0
- No relevant changes.
* v0.7.1
- Built with VS 2017 15.3.
* v0.7.0
- No changed from previous version
</releaseNotes>
<dependencies>
<dependency id="OpenGL.Net" version="$version$" />
</dependencies>
<copyright>Copyright 2015-2017</copyright>
<tags>OpenGL OpenGL-ES GLSL GLES EGL WGL GLX C# .Net Mono Raspberry GPU 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>