Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Prep for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Nov 27, 2018
1 parent 4cc7b82 commit 4e8bac1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
7 changes: 6 additions & 1 deletion BrawlCrate/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BrawlCrate - v0.17 Hotfix 2
BrawlCrate - v0.17 Hotfix 3
Copyright © 2018 soopercool101, MarioDox, Syvkal
BrawlBox © 2009 - 2018 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky

Expand All @@ -16,6 +16,11 @@ they be held accountable for the manner in which it is used.
|************ BrawlCrate Change Log ************|
===============================================

- BrawlCrate v0.17 Hotfix 3 - (11/26/2018)
. Fixes bug where systems with high DPI scaling settings would have window resizes when viewing models
. Fixes bug in which switching to Canary and switching back could cause Canary to be enabled again when updating the stable build
. Various Canary quality of life improvements

- BrawlCrate v0.17 Hotfix 2 - (11/25/2018)
. Fixes bug in which hex viewing being active would crash the program on BRSTM creation

Expand Down
3 changes: 2 additions & 1 deletion BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ namespace BrawlCrate
static class Program
{
//Make sure this matches the tag name of the release on github exactly
public static readonly string TagName = "BrawlCrate_v0.17Hotfix2";
public static readonly string TagName = "BrawlCrate_v0.17Hotfix3";
public static readonly string UpdateMessage = "Updated to BrawlCrate v0.17 Hotfix 2! This release:\n" +
"\n- Adds a fancy new splash screen on boot" +
"\n- Allows switching to the BrawlCrate Canary update track (check the settings if interested)" +
"\n- Updates various aspects of the Model Viewer backend, improving performance" +
"\n- Fixes various bugs and improves performance with the updater" +
"\n- (Hotfix 1) Fixes crashes when viewing hex on older versions of Windows" +
"\n- (Hotfix 2) Fixes hex viewer crash on BRSTM creation" +
"\n- (Hotfix 3) Fixes DPI resize when viewing models" +
"\n\nFull changelog can be found in the installation folder:\n" + AppDomain.CurrentDomain.BaseDirectory + "Changelog.txt";

public static readonly string AssemblyTitle;
Expand Down
4 changes: 2 additions & 2 deletions BrawlCrate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BrawlCrate")]
[assembly: AssemblyProduct("BrawlCrate")]
[assembly: AssemblyCopyright(@"Copyright © 2018 soopercool101, MarioDox
[assembly: AssemblyCopyright(@"Copyright © 2018 soopercool101, MarioDox, Syvkal
BrawlBox © 2009 - 2018 Bryan Moulton, BlackJax96, libertyernie && Sammi Husky
Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory")]
[assembly: AssemblyTrademark(@"Characters are copyrighted by the following:
Expand Down Expand Up @@ -45,4 +45,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.17.*")]
[assembly: AssemblyFileVersion("0.17.2.0")]
[assembly: AssemblyFileVersion("0.17.3.0")]
2 changes: 1 addition & 1 deletion BrawlLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.17.*")]
[assembly: AssemblyFileVersion("0.17.2.0")]
[assembly: AssemblyFileVersion("0.17.3.0")]
Binary file modified CanaryBuild/Canary
Binary file not shown.
4 changes: 2 additions & 2 deletions Updater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,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("10.1.0.0")]
[assembly: AssemblyFileVersion("10.1.0.0")]
[assembly: AssemblyVersion("17.3.0.0")]
[assembly: AssemblyFileVersion("17.3.0.0")]

0 comments on commit 4e8bac1

Please sign in to comment.