This repository was archived by the owner on May 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ namespace BrawlCrate
16
16
static class Program
17
17
{
18
18
//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 " ;
20
20
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.25! This release:
21
21
- Adds ability to preview metal materials (press the 'M' key in the model previewer)
22
22
- Adds improved ItmGeneration parsing
23
23
- Improves CSSC implementation
24
24
- Fixes a multitude of issues with Discord Rich Presence
25
+ - (Hotfix 1) Fixes issue with directly opening a file
25
26
26
27
Full changelog can be found in the installation folder: " + '\n ' + AppDomain . CurrentDomain . BaseDirectory + "Changelog.txt" ;
27
28
Original file line number Diff line number Diff line change 51
51
// by using the '*' as shown below:
52
52
// [assembly: AssemblyVersion("1.0.*")]
53
53
[ assembly: AssemblyVersion ( "0.25.*" ) ]
54
- [ assembly: AssemblyFileVersion ( "0.25.0 .0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "0.25.1 .0" ) ]
Original file line number Diff line number Diff line change 4
4
// General Information about an assembly is controlled through the following
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
- [ assembly: AssemblyTitle ( "BrawlCrateLib v0.25" ) ]
7
+ [ assembly: AssemblyTitle ( "BrawlCrateLib v0.25.1 " ) ]
8
8
[ assembly: AssemblyDescription ( "" ) ]
9
9
[ assembly: AssemblyConfiguration ( "" ) ]
10
10
[ assembly: AssemblyCompany ( "BrawlCrate" ) ]
36
36
// by using the '*' as shown below:
37
37
// [assembly: AssemblyVersion("1.0.*")]
38
38
[ assembly: AssemblyVersion ( "0.25.*" ) ]
39
- [ assembly: AssemblyFileVersion ( "0.25.0 .0" ) ]
39
+ [ assembly: AssemblyFileVersion ( "0.25.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments