Skip to content

Commit

Permalink
Created the 2.2 release as well as fixing the WinForms template again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Mar 14, 2014
1 parent 2ddaa3e commit 109bbc1
Show file tree
Hide file tree
Showing 22 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ _ReSharper*/
build/nuspec/SharpGLCore/lib/
build/nuspec/SharpGLforWinForms/lib/
build/nuspec/SharpGLforWPF/lib/
release/2.*
Binary file removed build/Nuget Packages/SharpGLCore.2.0.0.nupkg
Binary file not shown.
Binary file removed build/Nuget Packages/SharpGLCore.2.1.0.nupkg
Binary file not shown.
Binary file removed build/Nuget Packages/SharpGLforWPF.2.0.0.nupkg
Binary file not shown.
Binary file removed build/Nuget Packages/SharpGLforWPF.2.1.0.nupkg
Binary file not shown.
Binary file removed build/Nuget Packages/SharpGLforWinForms.2.0.0.nupkg
Binary file not shown.
Binary file removed build/Nuget Packages/SharpGLforWinForms.2.1.0.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion release/BuildRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $solutionTools = Join-Path $folderSolutionsRoot "Tools.sln"

# Part 7 - Copy the tools to the release.
$folderReleaseTools = Join-Path $folderRelease "Tools"
EnsureEmptyFolderExists($folderReleaseSamples)
EnsureEmptyFolderExists($folderReleaseTools)
$releaseFolders = gci (Join-Path $folderSolutionsRoot "Tools") -Recurse -Directory -filter "Release" | select FullName
$releaseFolders | ForEach {
$releaseFolder = $_.FullName
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file modified source/SharpGL/Extensions/WpfTemplate/Dependencies/SharpGL.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 2013")]
[assembly: AssemblyCopyright("Copyright © Dave Kerr 2014")]

// 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.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]

0 comments on commit 109bbc1

Please sign in to comment.