Skip to content

Commit

Permalink
Build against latest HugsLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Falconne committed May 20, 2020
1 parent 9066a81 commit 67f9122
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/HeatMap/HeatMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.7, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.0.7\lib\net472\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.1\lib\net472\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\ThirdParty\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.7.0.1\lib\net472\HugsLib.dll</HintPath>
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.7.2.0\lib\net472\HugsLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
5 changes: 2 additions & 3 deletions src/HeatMap/Main.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using System.Collections.Generic;
using System.Security.Policy;
using HugsLib.Settings;
using HugsLib.Settings;
using HugsLib.Utils;
using RimWorld;
using RimWorld.Planet;
using System.Collections.Generic;
using UnityEngine;
using Verse;

Expand Down
4 changes: 2 additions & 2 deletions src/HeatMap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.12.0")]
[assembly: AssemblyFileVersion("1.1.12.0")]
[assembly: AssemblyVersion("1.1.13.0")]
[assembly: AssemblyFileVersion("1.1.13.0")]



Expand Down
4 changes: 2 additions & 2 deletions src/HeatMap/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Lib.Harmony" version="2.0.0.7" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.0.1" targetFramework="net472" />
<package id="Lib.Harmony" version="2.0.1" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.2.0" targetFramework="net472" />
</packages>

0 comments on commit 67f9122

Please sign in to comment.