Skip to content

Commit

Permalink
Bumped version number to 2.4, built packages, setup redirects from ol…
Browse files Browse the repository at this point in the history
…d packages to new packages.
  • Loading branch information
dwmkerr committed Jan 29, 2015
1 parent f90a381 commit 084667e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 67 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ source/SharpGL/packages/
extensions/build/SharpGL.2010.vsix
extensions/build/SharpGL.vsix
extensions/Seeds/packages
*.GhostDoc.xml
3 changes: 0 additions & 3 deletions release/BuildRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ $nuget = Join-Path $scriptParentPath "Resources\nuget.exe"
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGL.nuspec") $releaseVersion @{} (Join-Path $folderReleaseCore "SharpGL.SceneGraph\*.*") $folderReleasePackages
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGL.WinForms.nuspec") $releaseVersion @{"SharpGL"=$releaseVersion} (Join-Path $folderReleaseCore "SharpGL.WinForms\SharpGL.WinForms.*") $folderReleasePackages
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGL.WPF.nuspec") $releaseVersion @{"SharpGL"=$releaseVersion} (Join-Path $folderReleaseCore "SharpGL.WPF\SharpGL.WPF.*") $folderReleasePackages
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGLCore.nuspec") $releaseVersion @{} (Join-Path $folderReleaseCore "SharpGL.SceneGraph\*.*") $folderReleasePackages
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGLforWinForms.nuspec") $releaseVersion @{"SharpGL"=$releaseVersion} (Join-Path $folderReleaseCore "SharpGL.WinForms\SharpGL.WinForms.*") $folderReleasePackages
CreateNugetPackage $nuget (Join-Path $folderNuspecRoot "SharpGLforWPF.nuspec") $releaseVersion @{"SharpGL"=$releaseVersion} (Join-Path $folderReleaseCore "SharpGL.WPF\SharpGL.WPF.*") $folderReleasePackages

# We're done!
Write-Host "Successfully built version: $releaseVersion"
6 changes: 3 additions & 3 deletions release/Specs/SharpGL.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<title>SharpGL for WPF</title>
<authors>Dave Kerr</authors>
<owners />
<projectUrl>http://sharpgl.codeplex.com</projectUrl>
<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 2013</copyright>
<copyright>Copyright © Dave Kerr 2015</copyright>
<dependencies>
<dependency id="SharpGL" version="2.3.0.1" />
<dependency id="SharpGL" version="2.4.0.0" />
</dependencies>
</metadata>
</package>
6 changes: 3 additions & 3 deletions release/Specs/SharpGL.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<title>SharpGL for WinForms</title>
<authors>Dave Kerr</authors>
<owners />
<projectUrl>http://sharpgl.codeplex.com</projectUrl>
<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 2013</copyright>
<copyright>Copyright © Dave Kerr 2015</copyright>
<dependencies>
<dependency id="SharpGL" version="2.3.0.1" />
<dependency id="SharpGL" version="2.4.0.0" />
</dependencies>
</metadata>
</package>
8 changes: 4 additions & 4 deletions release/Specs/SharpGL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>SharpGL</title>
<authors>Dave Kerr</authors>
<owners />
<projectUrl>http://sharpgl.codeplex.com</projectUrl>
<projectUrl>https://github.com/dwmkerr/sharpgl</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpGL Core 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 Core 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 2013</copyright>
<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> 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 2015</copyright>
</metadata>
</package>
15 changes: 0 additions & 15 deletions release/Specs/SharpGLCore.nuspec

This file was deleted.

18 changes: 0 additions & 18 deletions release/Specs/SharpGLforWPF.nuspec

This file was deleted.

18 changes: 0 additions & 18 deletions release/Specs/SharpGLforWinForms.nuspec

This file was deleted.

6 changes: 3 additions & 3 deletions source/SharpGL/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[assembly: AssemblyCompany("Dave Kerr")]
[assembly: AssemblyProduct("SharpGL")]
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2014")]
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2015")]

// Version information for an assembly consists of the following four values:
//
Expand All @@ -16,5 +16,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.0.1")]
[assembly: AssemblyFileVersion("2.3.0.1")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]

0 comments on commit 084667e

Please sign in to comment.