0.1.8 | Added: Dependencies for ModConfig and PeakPresence, Updated BepInEx

This commit is contained in:
2026-03-07 16:12:02 +01:00
parent 01c195385c
commit 4b372c2755
3 changed files with 8 additions and 3 deletions

View File

@@ -37,4 +37,8 @@
# v0.1.7 | Better Bugle + Replace Bing Bong
- Added BetterBugle and ReplaceBingBong
- Play sounds and music in game with the Bugle (need a server to host the audio like mine), and can also with same server host sounds that start with SFX_VO_BingBong_ to replace voicelines (or add more) to BingBong
- Play sounds and music in game with the Bugle (need a server to host the audio like mine), and can also with same server host sounds that start with SFX_VO_BingBong_ to replace voicelines (or add more) to BingBong
# v0.1.8 | Changed dependencies
- Added ModConfig and PeakPresence (my mod), Updated BepInEx

View File

@@ -8,7 +8,7 @@
<!-- This is the display name of your mod. Example: BepInEx Template -->
<AssemblyTitle>JordanMod</AssemblyTitle>
<!-- This is the version number of your mod. -->
<Version>0.1.7</Version>
<Version>0.1.8</Version>
</PropertyGroup>
<PropertyGroup>

View File

@@ -12,8 +12,9 @@ websiteUrl = "https://github.com/TheJordanDev/JordanMod"
containsNsfwContent = false
[package.dependencies]
BepInEx-BepInExPack_PEAK = "5.4.2403"
BepInEx-BepInExPack_PEAK = "5.4.75301"
PEAKModding-ModConfig = "1.6.0"
TheJordanDev-PeakPresence = "0.5.0"
[build]
icon = "../../icon.png"