Skip to content

Commit

Permalink
Bumped Version
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jun 17, 2022
1 parent 57c694a commit 53f6d8f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Bootstrap/Base/Bootstrap.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,4,0
PRODUCTVERSION 0,4,4,0
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Lava Gang"
VALUE "FileDescription", "MelonLoader"
VALUE "FileVersion", "0.4.4.0"
VALUE "FileVersion", "0.6.0.0"
VALUE "InternalName", "Bootstrap.dll"
VALUE "LegalCopyright", "Created by Lava Gang"
VALUE "OriginalFilename", "Bootstrap.dll"
VALUE "ProductName", "MelonLoader"
VALUE "ProductVersion", "0.4.4.0"
VALUE "ProductVersion", "0.6.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
5 changes: 2 additions & 3 deletions MelonLoader/InternalUtils/Il2CppAssemblyGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;

namespace MelonLoader.InternalUtils
Expand All @@ -15,12 +14,12 @@ internal static class Il2CppAssemblyGenerator

internal static bool Run()
{
MelonLogger.Msg("Loading Il2CppAssemblyGenerator...");

var module = MelonModule.Load(moduleInfo);
if (module == null)
return true;

MelonLogger.Msg("Loading Il2CppAssemblyGenerator...");

MonoInternals.MonoResolveManager.GetAssemblyResolveInfo("Il2CppAssemblyGenerator").Override = module.Assembly;

IntPtr windowHandle = Process.GetCurrentProcess().MainWindowHandle;
Expand Down
2 changes: 1 addition & 1 deletion MelonLoader/Properties/BuildInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public static class BuildInfo
public const string Description = "MelonLoader";
public const string Author = "Lava Gang";
public const string Company = "discord.gg/2Wn3N2P";
public const string Version = "0.5.4";
public const string Version = "0.6.0";
}
}
8 changes: 4 additions & 4 deletions Proxy/Base/Proxy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,4,0
PRODUCTVERSION 0,4,4,0
FILEVERSION 0,6,0,0
PRODUCTVERSION 0,6,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Lava Gang"
VALUE "FileDescription", "MelonLoader"
VALUE "FileVersion", "0.4.4.0"
VALUE "FileVersion", "0.6.0.0"
VALUE "InternalName", "Proxy.dll"
VALUE "LegalCopyright", "Created by Lava Gang"
VALUE "OriginalFilename", "Proxy.dll"
VALUE "ProductName", "MelonLoader"
VALUE "ProductVersion", "0.4.4.0"
VALUE "ProductVersion", "0.6.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 53f6d8f

Please sign in to comment.