-
-
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.
Merge pull request #157 from dwmkerr/feat/deploy-tags
chore: test new tag build
- Loading branch information
Showing
7 changed files
with
96 additions
and
15 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
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
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,3 @@ | ||
# IMPORTANT | ||
|
||
All functionality and code in this folder is being deprecated. Releases will be handled by the scripts in the `source/SharpGL` folder and the AppVeyor. |
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</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 WPF controls.</description> | ||
<summary>SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WPF controls.</summary> | ||
<copyright>Copyright © Dave Kerr 2019</copyright> | ||
<tags>SharpGL,OpenGL,WPF</tags> | ||
<dependencies> | ||
<dependency id="SharpGL" version="$version$" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
source/SharpGL/Core/SharpGL.WinForms/SharpGL.WinForms.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 for WinForms</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 WinForms controls.</description> | ||
<summary>SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WinForms controls.</summary> | ||
<copyright>Copyright © Dave Kerr 2019</copyright> | ||
<tags>SharpGL,OpenGL,WinForms</tags> | ||
<dependencies> | ||
<dependency id="SharpGL" version="$version$" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
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,16 @@ | ||
<?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</title> | ||
<authors>Dave Kerr</authors> | ||
<owners>Dave Kerr</owners> | ||
<projectUrl>https://github.com/dwmkerr/sharpgl</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>SharpGL is the core library for SharpGL. It provides wrappers for all OpenGL functions and also includes the Scene Graph classes. Installed as part of SharpGL for WinForms or SharpGL for WPF.</description> | ||
<summary>SharpGL is the core library for SharpGL. It provides wrappers for all OpenGL functions and also includes the Scene Graph classes. Installed as part of SharpGL for WinForms or SharpGL for WPF.</summary> | ||
<copyright>Copyright © Dave Kerr 2019</copyright> | ||
<tags>SharpGL,OpenGL</tags> | ||
</metadata> | ||
</package> |
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