Skip to content

Commit

Permalink
Bumped Cpp2IL to 2022.1.0-pre-release.17
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Aug 19, 2024
1 parent d99feaf commit 02f1a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

1. Replaced [BepInEx/Il2CppInterop](https://github.com/BepInEx/Il2CppInterop) with [ds5678/Il2CppInterop](https://github.com/ds5678/Il2CppInterop)
2. Updated Il2CppInterop to 1.5.4
3. Updated Cpp2IL to 2022.1.0-pre-release.16
3. Updated Cpp2IL to 2022.1.0-pre-release.17
4. Updated AsmResolver to 6.0.0-beta.1
5. Updated AssetRipper.VersionUtilities to 1.5.0
6. Updated AssetsTools.NET to 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace MelonLoader.Il2CppAssemblyGenerator.Packages
{
internal class Cpp2IL : Models.ExecutablePackage
{
internal static SemVersion NetCoreMinVersion = SemVersion.Parse("2022.1.0-pre-release.16");
internal static SemVersion NetCoreMinVersion = SemVersion.Parse("2022.1.0-pre-release.17");
private static SemVersion NewExecutionMinVersion = SemVersion.Parse("2022.0.999");
private SemVersion VersionSem;

Expand All @@ -22,7 +22,7 @@ internal Cpp2IL()
Version = RemoteAPI.Info.ForceDumperVersion;
#endif
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = $"2022.1.0-pre-release.16";
Version = $"2022.1.0-pre-release.17";
VersionSem = SemVersion.Parse(Version);

Name = nameof(Cpp2IL);
Expand Down

0 comments on commit 02f1a0f

Please sign in to comment.