Skip to content

Commit

Permalink
Prep for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Nov 4, 2019
1 parent 1863b99 commit 8b5d916
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions BrawlCrate/BrawlCrate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<AssemblyTitle>BrawlCrate v0.30</AssemblyTitle>
<AssemblyTitle>BrawlCrate v0.30 Hotfix 1</AssemblyTitle>
<Product>BrawlCrate</Product>
<Description>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.</Description>
<Copyright>
Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal
BrawlBox Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky
Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory
</Copyright>
<AssemblyVersion>0.30.0.0</AssemblyVersion>
<FileVersion>0.30.0.0</FileVersion>
<AssemblyVersion>0.30.0.1</AssemblyVersion>
<FileVersion>0.30.0.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Configurations>Debug;Release;Mono;Canary</Configurations>
Expand Down
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.30
BrawlCrate - v0.30 Hotfix 1
Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal
BrawlBox © 2009 - 2019 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.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
Expand Down
4 changes: 2 additions & 2 deletions BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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!!!
/// </summary>
public static readonly string TagName = "v0.30";
public static readonly string TagName = "v0.30h1";

/// <summary>
/// Shows upon first launch of a given stable release assuming that automated updating is on.
///
/// 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.
/// </summary>
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.";

Expand Down
6 changes: 3 additions & 3 deletions BrawlLib/BrawlLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFramework>net472</TargetFramework>
<AssemblyTitle>BrawlCrateLib v0.30</AssemblyTitle>
<AssemblyTitle>BrawlCrateLib v0.30 Hotfix 1</AssemblyTitle>
<Product>BrawlCrateLib</Product>
<Copyright>Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal
BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky</Copyright>
<AssemblyVersion>0.30.0.0</AssemblyVersion>
<FileVersion>0.30.0.0</FileVersion>
<AssemblyVersion>0.30.0.1</AssemblyVersion>
<FileVersion>0.30.0.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Configurations>Debug;Release;Mono;Canary</Configurations>
Expand Down

0 comments on commit 8b5d916

Please sign in to comment.