From 084667ed666506d54e576bcb4b5cdfaeff9caaeb Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Thu, 29 Jan 2015 23:12:15 +0530 Subject: [PATCH] Bumped version number to 2.4, built packages, setup redirects from old packages to new packages. --- .gitignore | 1 + release/BuildRelease.ps1 | 3 --- release/Specs/SharpGL.WPF.nuspec | 6 +++--- release/Specs/SharpGL.WinForms.nuspec | 6 +++--- release/Specs/SharpGL.nuspec | 8 ++++---- release/Specs/SharpGLCore.nuspec | 15 --------------- release/Specs/SharpGLforWPF.nuspec | 18 ------------------ release/Specs/SharpGLforWinForms.nuspec | 18 ------------------ source/SharpGL/SharedAssemblyInfo.cs | 6 +++--- 9 files changed, 14 insertions(+), 67 deletions(-) delete mode 100644 release/Specs/SharpGLCore.nuspec delete mode 100644 release/Specs/SharpGLforWPF.nuspec delete mode 100644 release/Specs/SharpGLforWinForms.nuspec diff --git a/.gitignore b/.gitignore index 78d000fe..c3779f9c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ source/SharpGL/packages/ extensions/build/SharpGL.2010.vsix extensions/build/SharpGL.vsix extensions/Seeds/packages +*.GhostDoc.xml diff --git a/release/BuildRelease.ps1 b/release/BuildRelease.ps1 index d81d4fc8..534b3375 100644 --- a/release/BuildRelease.ps1 +++ b/release/BuildRelease.ps1 @@ -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" \ No newline at end of file diff --git a/release/Specs/SharpGL.WPF.nuspec b/release/Specs/SharpGL.WPF.nuspec index 971caf45..edd9b1c3 100644 --- a/release/Specs/SharpGL.WPF.nuspec +++ b/release/Specs/SharpGL.WPF.nuspec @@ -6,13 +6,13 @@ SharpGL for WPF Dave Kerr - http://sharpgl.codeplex.com + https://github.com/dwmkerr/sharpgl false SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WPF controls. SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WPF controls. - Copyright © Dave Kerr 2013 + Copyright © Dave Kerr 2015 - + \ No newline at end of file diff --git a/release/Specs/SharpGL.WinForms.nuspec b/release/Specs/SharpGL.WinForms.nuspec index a914b27e..83918c88 100644 --- a/release/Specs/SharpGL.WinForms.nuspec +++ b/release/Specs/SharpGL.WinForms.nuspec @@ -6,13 +6,13 @@ SharpGL for WinForms Dave Kerr - http://sharpgl.codeplex.com + https://github.com/dwmkerr/sharpgl false SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WinForms controls. SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WinForms controls. - Copyright © Dave Kerr 2013 + Copyright © Dave Kerr 2015 - + \ No newline at end of file diff --git a/release/Specs/SharpGL.nuspec b/release/Specs/SharpGL.nuspec index 9f3a7480..226d2d9b 100644 --- a/release/Specs/SharpGL.nuspec +++ b/release/Specs/SharpGL.nuspec @@ -6,10 +6,10 @@ SharpGL Dave Kerr - http://sharpgl.codeplex.com + https://github.com/dwmkerr/sharpgl false - 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. - 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. - Copyright © Dave Kerr 2013 + 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. + 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. + Copyright © Dave Kerr 2015 \ No newline at end of file diff --git a/release/Specs/SharpGLCore.nuspec b/release/Specs/SharpGLCore.nuspec deleted file mode 100644 index 632e199f..00000000 --- a/release/Specs/SharpGLCore.nuspec +++ /dev/null @@ -1,15 +0,0 @@ - - - - SharpGLCore - 2.1.0 - SharpGL Core - Dave Kerr - - http://sharpgl.codeplex.com - false - 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. - 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. - Copyright © Dave Kerr 2013 - - \ No newline at end of file diff --git a/release/Specs/SharpGLforWPF.nuspec b/release/Specs/SharpGLforWPF.nuspec deleted file mode 100644 index d0a04b72..00000000 --- a/release/Specs/SharpGLforWPF.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - SharpGLforWPF - 2.1.0 - SharpGL for WPF - Dave Kerr - - http://sharpgl.codeplex.com - false - SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WPF controls. - SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WPF controls. - Copyright © Dave Kerr 2013 - - - - - \ No newline at end of file diff --git a/release/Specs/SharpGLforWinForms.nuspec b/release/Specs/SharpGLforWinForms.nuspec deleted file mode 100644 index 3e1a9a5b..00000000 --- a/release/Specs/SharpGLforWinForms.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - SharpGLforWinForms - 2.1.0 - SharpGL for WinForms - Dave Kerr - - http://sharpgl.codeplex.com - false - SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WinForms controls. - SharpGL wraps the popular OpenGL library. This package installs SharpGL and the WinForms controls. - Copyright © Dave Kerr 2013 - - - - - \ No newline at end of file diff --git a/source/SharpGL/SharedAssemblyInfo.cs b/source/SharpGL/SharedAssemblyInfo.cs index bfa019b7..fe697f43 100644 --- a/source/SharpGL/SharedAssemblyInfo.cs +++ b/source/SharpGL/SharedAssemblyInfo.cs @@ -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: // @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("2.4.0.0")] +[assembly: AssemblyFileVersion("2.4.0.0")] \ No newline at end of file