-
-
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.
Updated the scripts so that the nuget package dependencies are set co…
…rrectly
- Loading branch information
Showing
5 changed files
with
60 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>SharpGLforWPF</id> | ||
<version>2.1.0</version> | ||
<title>SharpGL for WPF</title> | ||
<authors>Dave Kerr</authors> | ||
<owners /> | ||
<projectUrl>http://sharpgl.codeplex.com</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 2013</copyright> | ||
<dependencies> | ||
<dependency id="SharpGLCore" version="2.1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<metadata> | ||
<id>SharpGLforWPF</id> | ||
<version>2.1.0</version> | ||
<title>SharpGL for WPF</title> | ||
<authors>Dave Kerr</authors> | ||
<owners /> | ||
<projectUrl>http://sharpgl.codeplex.com</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 2013</copyright> | ||
<dependencies> | ||
<dependency id="SharpGLCore" version="2.3.0.1" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
30 changes: 15 additions & 15 deletions
30
build/nuspec/SharpGLforWinForms/SharpGLforWinForms.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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>SharpGLforWinForms</id> | ||
<version>2.1.0</version> | ||
<title>SharpGL for WinForms</title> | ||
<authors>Dave Kerr</authors> | ||
<owners /> | ||
<projectUrl>http://sharpgl.codeplex.com</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 2013</copyright> | ||
<dependencies> | ||
<dependency id="SharpGLCore" version="2.1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<metadata> | ||
<id>SharpGLforWinForms</id> | ||
<version>2.1.0</version> | ||
<title>SharpGL for WinForms</title> | ||
<authors>Dave Kerr</authors> | ||
<owners /> | ||
<projectUrl>http://sharpgl.codeplex.com</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 2013</copyright> | ||
<dependencies> | ||
<dependency id="SharpGLCore" version="2.3.0.1" /> | ||
</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
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