Skip to content

Commit

Permalink
Issued 2.8.1.0 Beta Version
Browse files Browse the repository at this point in the history
  • Loading branch information
cozy1 committed Jan 22, 2017
1 parent 3d133c6 commit 52160fa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion PatchAssemblyVersion.ps1
Expand Up @@ -14,7 +14,7 @@ $Assembly_Informational_Version = "$env:GIT_HASH"

# edit the AssemblyVersion here
# will be applied to all AssemblyInfo.cs files ...
$Assembly_Version = "2.8.0.0"
$Assembly_Version = "2.8.1.0"

Write-Host "- Patching: $Assembly_File"
Write-Host "- AssemblyVersion: $Assembly_Version"
Expand Down
8 changes: 4 additions & 4 deletions RocksmithTookitGUI/MainForm.cs
Expand Up @@ -41,16 +41,16 @@ public MainForm(string[] args)

InitMainForm();
// comment out as necessary when issuing new release version
// ShowHelpForm();
ShowHelpForm();
}

private void InitMainForm()
{
// edit version number in AssemblyInfo.cs for GUI, Lib and Updater
// edit the version number in PatchAssemblyVersion.ps1
// edit the version number in PatchAssemblyVersion.ps1 for AppVeyor
// comment out as necessary when issuing new release version
//this.Text = String.Format("Rocksmith Custom Song Toolkit (v{0} beta)", ToolkitVersion.version);
this.Text = String.Format("Rocksmith Custom Song Toolkit (v{0})", ToolkitVersion.version);
this.Text = String.Format("Rocksmith Custom Song Toolkit (v{0} beta)", ToolkitVersion.version);
// this.Text = String.Format("Rocksmith Custom Song Toolkit (v{0})", ToolkitVersion.version);

if (Environment.OSVersion.Platform == PlatformID.MacOSX)
{// Disable updates for Mac (speedup) -1.5 seconds here
Expand Down
4 changes: 2 additions & 2 deletions RocksmithTookitGUI/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
// 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.8.0.0")]
[assembly: AssemblyInformationalVersion("e288c5d0")]
[assembly: AssemblyVersion("2.8.1.0")]
[assembly: AssemblyInformationalVersion("3d133c61")]
[assembly: NeutralResourcesLanguageAttribute("en")]
4 changes: 2 additions & 2 deletions RocksmithToolkitLib/Properties/AssemblyInfo.cs
Expand Up @@ -29,6 +29,6 @@
// 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.8.0.0")]
[assembly: AssemblyInformationalVersion("e288c5d0")]
[assembly: AssemblyVersion("2.8.1.0")]
[assembly: AssemblyInformationalVersion("3d133c61")]
[assembly: NeutralResourcesLanguageAttribute("en")]
4 changes: 2 additions & 2 deletions RocksmithToolkitUpdater/Properties/AssemblyInfo.cs
Expand Up @@ -31,6 +31,6 @@
// 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.8.0.0")]
[assembly: AssemblyInformationalVersion("e288c5d0")]
[assembly: AssemblyVersion("2.8.1.0")]
[assembly: AssemblyInformationalVersion("3d133c61")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion VersionInfo.txt
@@ -1 +1 @@
e288c5d0
3d133c61

0 comments on commit 52160fa

Please sign in to comment.