From 45736cd86525a3c76828a843628771d9b03189fa Mon Sep 17 00:00:00 2001
From: hazre <37149950+hazre@users.noreply.github.com>
Date: Wed, 21 Jan 2026 02:07:22 +0100
Subject: [PATCH 1/4] chore(deps): update SemanticVersioning to 3.0.0
Notable changes in 3.0.0:
- Versions prefixed with 'v' now invalid in strict mode (allowed in loose mode)
- Pre-release versions satisfy x/* ranges when includePrerelease is true
- Leading/trailing whitespace no longer allowed in strict mode
---
BepInEx.Core/BepInEx.Core.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BepInEx.Core/BepInEx.Core.csproj b/BepInEx.Core/BepInEx.Core.csproj
index d9a4fbb9..91f0d8e3 100644
--- a/BepInEx.Core/BepInEx.Core.csproj
+++ b/BepInEx.Core/BepInEx.Core.csproj
@@ -11,7 +11,7 @@
-
+
From 1d5f5407fa3536eb098d5976b838f8dc67c7831e Mon Sep 17 00:00:00 2001
From: hazre <37149950+hazre@users.noreply.github.com>
Date: Wed, 21 Jan 2026 02:07:34 +0100
Subject: [PATCH 2/4] chore(deps): update System.Drawing.Common to 10.0.2
---
BepInEx.Core/BepInEx.Core.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/BepInEx.Core/BepInEx.Core.csproj b/BepInEx.Core/BepInEx.Core.csproj
index 91f0d8e3..b0c48797 100644
--- a/BepInEx.Core/BepInEx.Core.csproj
+++ b/BepInEx.Core/BepInEx.Core.csproj
@@ -14,7 +14,7 @@
-
+
From 520ecc468b813671bbc7e6425217ba0dc7d1de6b Mon Sep 17 00:00:00 2001
From: hazre <37149950+hazre@users.noreply.github.com>
Date: Wed, 21 Jan 2026 02:07:49 +0100
Subject: [PATCH 3/4] chore(BepisLoader): bump BepInExResoniteShim dependency
to 0.9.3
---
Runtimes/NET/BepisLoader/thunderstore.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Runtimes/NET/BepisLoader/thunderstore.toml b/Runtimes/NET/BepisLoader/thunderstore.toml
index 6604a29c..0f2932f5 100644
--- a/Runtimes/NET/BepisLoader/thunderstore.toml
+++ b/Runtimes/NET/BepisLoader/thunderstore.toml
@@ -11,7 +11,7 @@ websiteUrl = "https://github.com/ResoniteModding/BepisLoader/tree/master/Runtime
containsNsfwContent = false
[package.dependencies]
-ResoniteModding-BepInExResoniteShim = "0.9.2"
+ResoniteModding-BepInExResoniteShim = "0.9.3"
[build]
icon = "./icon.png"
From e616ded15b7daf42094ec43bea58f151e1108de4 Mon Sep 17 00:00:00 2001
From: hazre <37149950+hazre@users.noreply.github.com>
Date: Wed, 21 Jan 2026 02:08:04 +0100
Subject: [PATCH 4/4] chore(BepisLoader): bump version to 1.6.0
---
Runtimes/NET/BepisLoader/BepisLoader.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Runtimes/NET/BepisLoader/BepisLoader.csproj b/Runtimes/NET/BepisLoader/BepisLoader.csproj
index e5a7da5a..1a6262e6 100644
--- a/Runtimes/NET/BepisLoader/BepisLoader.csproj
+++ b/Runtimes/NET/BepisLoader/BepisLoader.csproj
@@ -5,7 +5,7 @@
net10.0
$(BuildDir)/BepisLoader
Exe
- 1.5.1
+ 1.6.0
enable
enable
false