File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- # Changelog
1+ # RL2.ModLoader Changelog
2+
3+ # v1.0.1
4+ - Bug fixes:
5+ - Load order issues, again
26
37# v1.0.0
48- Bug fixes:
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ A work-in-progress Rogue Legacy 2 mod loader and API
88## Where can I download mods?
99- Right now mods made for the RL2-ModLoader are only distributed on the CDG Discord server in the ` #mod-forums ` channel.
1010
11- # Latest changes - version 1.0.0
11+
12+ # Latest changes - RL2.ModLoader version 1.0.1
1213- Bug fixes:
13- - Load order
14- - `enabled.json` creation fail
15- - Finish the separation started in 0.1.0
16- - RL2.ModLoader version display in title screen is back
14+ - Load order issues, again
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public partial class ModLoader
1616 /// <summary>
1717 /// <see href="SemVersion"/> object representing the modloaders version
1818 /// </summary>
19- public static readonly SemVersion ModLoaderVersion = new SemVersion ( 1 , 0 , 0 ) ;
19+ public static readonly SemVersion ModLoaderVersion = new SemVersion ( 1 , 0 , 1 ) ;
2020
2121 /// <summary>
2222 /// Path to directory containing all mods
You can’t perform that action at this time.
0 commit comments