Skip to content

Commit

Permalink
Update for 1.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Byass committed Jul 20, 2021
1 parent 0ed5528 commit bc1e496
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<li>1.0</li>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
</supportedVersions>
<loadBefore>
<li>Ludeon.RimWorld</li>
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>BetterLoading</identifier>
<version>3.1.2.0</version>
<version>3.1.3.0</version>
<loadBefore>
<li>Core &gt;= 1.0</li>
<li>Startupimpact</li>
Expand Down
8 changes: 6 additions & 2 deletions LoadFolders.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<loadFolders>
<v1.1>
<li>1.1-1.2</li>
<li>1.1-1.3</li>
<li></li>
</v1.1>
<v1.2>
<li>1.1-1.2</li>
<li>1.1-1.3</li>
<li></li>
</v1.2>
<v1.2>
<li>1.1-1.3</li>
<li></li>
</v1.2>
</loadFolders>
3 changes: 3 additions & 0 deletions Source/BetterLoading.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<HintPath Condition="Exists('..\..\..\RimWorldWin64_Data\')">..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp, Version=1.3.7871.17490, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath Condition="Exists('../../../RimWorldLinux_Data/')">../../../RimWorldLinux_Data/Managed/UnityEngine.dll</HintPath>
<HintPath Condition="Exists('..\..\..\RimWorldWin64_Data\')">..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
Expand Down

0 comments on commit bc1e496

Please sign in to comment.