Skip to content

Commit

Permalink
7.2.1: Mod compatibility fixes
Browse files Browse the repository at this point in the history
- Reverted unintended Dialog_VanillaModSettings namespace change (Real Ruins mod)
- Reverted OnGUI hook timing change (Heat Map mod)
  • Loading branch information
UnlimitedHugs committed May 21, 2020
1 parent 69d55ee commit 643a9f5
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 96 deletions.
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packageId>UnlimitedHugs.HugsLib</packageId>
<url>https://ludeon.com/forums/index.php?topic=28066.0</url>
<description>HugsLib is a library that provides shared functionality to other mods.
Version: 7.2.0
Version: 7.2.1
</description>
<modDependencies>
<li>
Expand Down
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/ModSync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModSyncNinjaData>
<ID>d4c7acf4-5a96-4feb-9b10-ee105b7bb00c</ID>
<ModName>HugsLib</ModName>
<Version>7.2.0</Version>
<Version>7.2.1</Version>
<SaveBreaking>False</SaveBreaking>
<Host name="Github">
<Owner>UnlimitedHugs</Owner>
Expand Down
2 changes: 1 addition & 1 deletion Mods/HugsLib/About/Version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<VersionData>
<overrideVersion>7.2.0</overrideVersion>
<overrideVersion>7.2.1</overrideVersion>
<gitHubRepository>UnlimitedHugs/RimworldHugsLib</gitHubRepository>
</VersionData>
Binary file modified Mods/HugsLib/v1.1/Assemblies/HugsLib.dll
Binary file not shown.
190 changes: 98 additions & 92 deletions Mods/HugsLib/v1.1/Assemblies/HugsLib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("7.2.0")]
[assembly: AssemblyFileVersion("7.2.1")]

0 comments on commit 643a9f5

Please sign in to comment.