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

Commit e7d508c

Browse files
committed
Prep for hotfix release
1 parent 2d5b4c4 commit e7d508c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

BrawlCrate/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ namespace BrawlCrate
1616
static class Program
1717
{
1818
//Make sure this matches the tag name of the release on github exactly
19-
public static readonly string TagName = "BrawlCrate_v0.25";
19+
public static readonly string TagName = "BrawlCrate_v0.25Hotfix1";
2020
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.25! This release:
2121
- Adds ability to preview metal materials (press the 'M' key in the model previewer)
2222
- Adds improved ItmGeneration parsing
2323
- Improves CSSC implementation
2424
- Fixes a multitude of issues with Discord Rich Presence
25+
- (Hotfix 1) Fixes issue with directly opening a file
2526
2627
Full changelog can be found in the installation folder: " + '\n' + AppDomain.CurrentDomain.BaseDirectory + "Changelog.txt";
2728

BrawlCrate/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
5353
[assembly: AssemblyVersion("0.25.*")]
54-
[assembly: AssemblyFileVersion("0.25.0.0")]
54+
[assembly: AssemblyFileVersion("0.25.1.0")]

BrawlLib/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// General Information about an assembly is controlled through the following
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
7-
[assembly: AssemblyTitle("BrawlCrateLib v0.25")]
7+
[assembly: AssemblyTitle("BrawlCrateLib v0.25.1")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("BrawlCrate")]
@@ -36,4 +36,4 @@
3636
// by using the '*' as shown below:
3737
// [assembly: AssemblyVersion("1.0.*")]
3838
[assembly: AssemblyVersion("0.25.*")]
39-
[assembly: AssemblyFileVersion("0.25.0.0")]
39+
[assembly: AssemblyFileVersion("0.25.1.0")]

CanaryBuild/Canary

-1.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)