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 Apr 5, 2021
1 parent 9847f48 commit b089bf3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 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.36c</AssemblyTitle>
<AssemblyTitle>BrawlCrate v0.36c 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 - 2021 soopercool101, Simon381, Onium
BrawlBox Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky
Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory
</Copyright>
<AssemblyVersion>0.36.2.0</AssemblyVersion>
<FileVersion>0.36.2.0</FileVersion>
<AssemblyVersion>0.36.2.1</AssemblyVersion>
<FileVersion>0.36.2.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Configurations>Debug;Release;Mono;Canary;Doxygen;Documentation</Configurations>
Expand Down
8 changes: 6 additions & 2 deletions BrawlCrate/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

BrawlCrate - v0.36c
Copyright © 2018 - 2020 soopercool101, Simon381, Onium
BrawlCrate - v0.36c Hotfix 1
Copyright © 2018 - 2021 soopercool101, Simon381, Onium
BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky

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

- BrawlCrate v0.36c Hotfix 1 - (4/5/2021)
. Fix PAT0 preview bug where textures contained in the same BRRES as a MDL0 would not display properly
. Fix issue where certain wrappers were not being properly exposed to the API

- BrawlCrate v0.36c - (3/22/2021)
. Add Crush (SSE) flag to Collision Editor
- When set, this flag allows collisions to instantly KO a fighter when smashed between two collisions of this type, though only in Subspace without code edits
Expand Down
6 changes: 4 additions & 2 deletions BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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!!!
/// </summary>
public static readonly string TagName = "v0.36c";
public static readonly string TagName = "v0.36c-h1";

/// <summary>
/// Shows upon first launch of a given stable release assuming that automated updating is on.
Expand All @@ -41,7 +41,9 @@ internal static class Program
/// assume that the user already saw this with the update prompt.
/// </summary>
public static readonly string UpdateMessage =
@"Updated to BrawlCrate v0.36c! Here's what's new in this release:
@"Updated to BrawlCrate v0.36c Hotfix 1! Here's what's new in this release:
- (Hotfix 1) Fix preview bugs for PAT0 where the textures and models are contained in the same BRRES
- (Hotfix 1) Add API access to all wrappers
- Add full editing support for all used collision flags in Brawl
- Heavily improve BrawlEx config support
- Fixes a few minor bugs with Project+ config file editing
Expand Down
8 changes: 4 additions & 4 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.36c</AssemblyTitle>
<AssemblyTitle>BrawlCrateLib v0.36c Hotfix 1</AssemblyTitle>
<Product>BrawlCrateLib</Product>
<Copyright>Copyright © 2018 - 2021 soopercool101, Simon381, Onium
BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky</Copyright>
<AssemblyVersion>0.36.1.0</AssemblyVersion>
<FileVersion>0.36.1.0</FileVersion>
<AssemblyVersion>0.36.2.1</AssemblyVersion>
<FileVersion>0.36.2.1</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>AnyCPU;x64;x86</Platforms>
<Configurations>Debug;Release;Mono;Canary</Configurations>
Expand Down Expand Up @@ -158,7 +158,7 @@ BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi
<PackageId>BrawlCrateLib</PackageId>
<Company>BrawlCrateLib</Company>
<Authors>soopercool101, Simon381, Onium, Bryan Moulton, BlackJax96, libertyernie, Sammi Husky</Authors>
<Version>36.1.0</Version>
<Version>36.2.1</Version>
</PropertyGroup>
<ItemGroup>
<None Remove="CustomLists\FighterList.txt" />
Expand Down

0 comments on commit b089bf3

Please sign in to comment.