-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #159
- Loading branch information
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
source/SharpGL/Core/SharpGL.SceneGraph/SharpGL.SceneGraph.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>$id$</id> | ||
<version>$version$</version> | ||
<title>SharpGL SceneGraph</title> | ||
<authors>Dave Kerr</authors> | ||
<owners>Dave Kerr</owners> | ||
<projectUrl>https://github.com/dwmkerr/sharpgl</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpGL wraps the popular OpenGL library. This package installs SharpGL and the Scene Graph library.</description> | ||
<summary>SharpGL wraps the popular OpenGL library. This package installs SharpGL and the Scene Graph library.</summary> | ||
<copyright>Copyright © Dave Kerr 2019</copyright> | ||
<tags>SharpGL,OpenGL,SceneGraph</tags> | ||
<dependencies> | ||
<dependency id="SharpGL" version="$version$" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |