From 8b5d9161307ade8a157a8b30a59518c6c30a4f30 Mon Sep 17 00:00:00 2001 From: soopercool101 Date: Mon, 4 Nov 2019 02:24:16 -0800 Subject: [PATCH] Prep for hotfix release --- BrawlCrate/BrawlCrate.csproj | 6 +++--- BrawlCrate/Changelog.txt | 6 +++++- BrawlCrate/Program.cs | 4 ++-- BrawlLib/BrawlLib.csproj | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/BrawlCrate/BrawlCrate.csproj b/BrawlCrate/BrawlCrate.csproj index 829134b99..be51b2a50 100644 --- a/BrawlCrate/BrawlCrate.csproj +++ b/BrawlCrate/BrawlCrate.csproj @@ -19,7 +19,7 @@ 1.0.0.%2a false true - BrawlCrate v0.30 + BrawlCrate v0.30 Hotfix 1 BrawlCrate This program is provided as-is without any warranty, implied or otherwise. By using this program, the end user agrees to take full responsibility regarding its proper and lawful use. The authors/hosts/distributors cannot be held responsible for any damage resulting in the use of this program, nor can they be held accountable for the manner in which it is used. @@ -27,8 +27,8 @@ BrawlBox Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory - 0.30.0.0 - 0.30.0.0 + 0.30.0.1 + 0.30.0.1 true AnyCPU;x64;x86 Debug;Release;Mono;Canary diff --git a/BrawlCrate/Changelog.txt b/BrawlCrate/Changelog.txt index b4dede99e..5956a830a 100644 --- a/BrawlCrate/Changelog.txt +++ b/BrawlCrate/Changelog.txt @@ -1,5 +1,5 @@  -BrawlCrate - v0.30 +BrawlCrate - v0.30 Hotfix 1 Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky @@ -16,6 +16,10 @@ they be held accountable for the manner in which it is used. |************ BrawlCrate Change Log ************| =============================================== + - BrawlCrate v0.30 Hotfix 1 - (11/4/2019) + . OpenTK updated from v1.1.2349.61993 to v3.1.0 + - Fixes crashes when viewing models + - BrawlCrate v0.30 - (11/4/2019) . Rebuilt over the latest BrawlBox source - Many functions have been rewritten from scratch and many bugs have been fixed due to this migration diff --git a/BrawlCrate/Program.cs b/BrawlCrate/Program.cs index 8ddd06cdf..be31afa35 100644 --- a/BrawlCrate/Program.cs +++ b/BrawlCrate/Program.cs @@ -21,7 +21,7 @@ internal static class Program /// If this isn't equal to the latest release, it assumes it needs to update. /// MAKE SURE THIS IS ALWAYS PROPERLY UPDATED FOR ANY STABLE RELEASE!!! /// - public static readonly string TagName = "v0.30"; + public static readonly string TagName = "v0.30h1"; /// /// Shows upon first launch of a given stable release assuming that automated updating is on. @@ -29,7 +29,7 @@ internal static class Program /// This mirrors what is included in the GitHub release notes, so if automatic updating is off, /// assume that the user already saw this with the update prompt. /// - public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.30! This release is a major rewrite over the latest BrawlBox source. Please view the text changelog for additional information. + public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.30 Hotfix 1! This release is a major rewrite over the latest BrawlBox source. Please view the text changelog for additional information. Full changelog can be viewed from the help menu."; diff --git a/BrawlLib/BrawlLib.csproj b/BrawlLib/BrawlLib.csproj index d05f355d5..2a82f8c96 100644 --- a/BrawlLib/BrawlLib.csproj +++ b/BrawlLib/BrawlLib.csproj @@ -18,12 +18,12 @@ false true net472 - BrawlCrateLib v0.30 + BrawlCrateLib v0.30 Hotfix 1 BrawlCrateLib Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky - 0.30.0.0 - 0.30.0.0 + 0.30.0.1 + 0.30.0.1 true AnyCPU;x64;x86 Debug;Release;Mono;Canary