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

Commit

Permalink
Prepare for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Dec 28, 2018
1 parent 9613b03 commit 6f32c1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion BrawlCrate/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

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

- BrawlCrate v0.19 Hotfix 1 - (12/27/2018)
. Fix issue where InfoIndex editing for BRSAR entries only worked up to 255 (0x000000FF)
. Improve branch-switching functionality for Canary (blocking infinite branch-switching issue)

- BrawlCrate v0.19 - (12/25/2018)
. Greatly improved settings menu organization
. Improved Classic mode parsing
Expand Down
3 changes: 2 additions & 1 deletion BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ 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.19";
public static readonly string TagName = "BrawlCrate_v0.19Hotfix1";
public static readonly string UpdateMessage = "Updated to BrawlCrate v0.19! This release:\n" +
"\n- Greatly improved classic mode parsing" +
"\n- Settings have been expanded and reorganized" +
"\n- Canary now uses a much more stable and robust hook" +
"\n- (Hotfix 1) Fixes issue where InfoIndex could not be edited properly" +
"\n\nFull changelog can be found in the installation folder:\n" + AppDomain.CurrentDomain.BaseDirectory + "Changelog.txt";

public static readonly string AssemblyTitle;
Expand Down
2 changes: 1 addition & 1 deletion BrawlCrate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.19.*")]
[assembly: AssemblyFileVersion("0.19.0.0")]
[assembly: AssemblyFileVersion("0.19.1.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.19.*")]
[assembly: AssemblyFileVersion("0.19.0.0")]
[assembly: AssemblyFileVersion("0.19.1.0")]
Binary file modified CanaryBuild/Canary
Binary file not shown.

0 comments on commit 6f32c1d

Please sign in to comment.