diff --git a/1.5/Assemblies/IHoldMultipleThings.dll b/1.5/Assemblies/IHoldMultipleThings.dll new file mode 100644 index 0000000..5599506 Binary files /dev/null and b/1.5/Assemblies/IHoldMultipleThings.dll differ diff --git a/1.5/Assemblies/PickUpAndHaul.dll b/1.5/Assemblies/PickUpAndHaul.dll new file mode 100644 index 0000000..90119ed Binary files /dev/null and b/1.5/Assemblies/PickUpAndHaul.dll differ diff --git a/About/About.xml b/About/About.xml index 0829a78..934950b 100644 --- a/About/About.xml +++ b/About/About.xml @@ -8,6 +8,7 @@
  • 1.2
  • 1.3
  • 1.4
  • +
  • 1.5
  • Mehni.PickUpAndHaul @@ -43,6 +44,14 @@ https://github.com/pardeike/HarmonyRimWorld/releases/latest + +
  • + brrainz.harmony + Harmony + steam://url/CommunityFilePage/2009463077 + https://github.com/pardeike/HarmonyRimWorld/releases/latest +
  • +
  • brrainz.harmony
  • @@ -50,7 +59,7 @@ https://ludeon.com/forums/index.php?topic=35832 "Greatest hauling mod ever" - Chicken Plucker - v1.1.1⅓ + v1.1.2 Colonists will gather stuff in their inventory, then haul it all to a stockpile. diff --git a/Source/IHoldMultipleThings/IHoldMultipleThings.csproj b/Source/IHoldMultipleThings/IHoldMultipleThings.csproj index 27e6c00..209a4b8 100644 --- a/Source/IHoldMultipleThings/IHoldMultipleThings.csproj +++ b/Source/IHoldMultipleThings/IHoldMultipleThings.csproj @@ -9,12 +9,12 @@ true none prompt - ..\..\1.4\Assemblies\ + ..\..\1.5\Assemblies\ false false 5 - + \ No newline at end of file diff --git a/Source/PickUpAndHaul/HarmonyPatches.cs b/Source/PickUpAndHaul/HarmonyPatches.cs index b9b931f..9038cad 100644 --- a/Source/PickUpAndHaul/HarmonyPatches.cs +++ b/Source/PickUpAndHaul/HarmonyPatches.cs @@ -45,7 +45,7 @@ static HarmonyPatches() harmony.Patch(AccessTools.Method(typeof(JobGiver_Haul), nameof(JobGiver_Haul.TryGiveJob)), transpiler: new(typeof(HarmonyPatches), nameof(JobGiver_Haul_TryGiveJob_Transpiler))); - Verse.Log.Message("PickUpAndHaul v0.1.3.2⅔ welcomes you to RimWorld with pointless logspam."); + Verse.Log.Message("PickUpAndHaul v1.1.2 welcomes you to RimWorld with pointless logspam."); } private static bool Drop_Prefix(Pawn pawn, Thing thing) diff --git a/Source/PickUpAndHaul/PickUpAndHaul.csproj b/Source/PickUpAndHaul/PickUpAndHaul.csproj index 3760a4f..2a3a284 100644 --- a/Source/PickUpAndHaul/PickUpAndHaul.csproj +++ b/Source/PickUpAndHaul/PickUpAndHaul.csproj @@ -9,13 +9,13 @@ true none prompt - ..\..\1.4\Assemblies\ + ..\..\1.5\Assemblies\ false false 5 - + all @@ -27,7 +27,7 @@ False --> - ..\..\1.4\Assemblies\IHoldMultipleThings.dll + ..\..\1.5\Assemblies\IHoldMultipleThings.dll \ No newline at end of file