Skip to content

Commit d8d8c21

Browse files
committed
Update HugsLib
1 parent 96fd7f4 commit d8d8c21

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/HeatMap/HeatMap.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<Prefer32Bit>false</Prefer32Bit>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<Reference Include="0Harmony, Version=2.0.0.6, Culture=neutral, processorArchitecture=MSIL">
27-
<HintPath>..\packages\Lib.Harmony.2.0.0.6\lib\net472\0Harmony.dll</HintPath>
26+
<Reference Include="0Harmony, Version=2.0.0.7, Culture=neutral, processorArchitecture=MSIL">
27+
<HintPath>..\packages\Lib.Harmony.2.0.0.7\lib\net472\0Harmony.dll</HintPath>
2828
</Reference>
2929
<Reference Include="Assembly-CSharp">
3030
<HintPath>..\..\ThirdParty\Assembly-CSharp.dll</HintPath>
3131
</Reference>
3232
<Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
33-
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.6.2.1\lib\net472\HugsLib.dll</HintPath>
33+
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.7.0.1\lib\net472\HugsLib.dll</HintPath>
3434
</Reference>
3535
<Reference Include="System" />
3636
<Reference Include="System.Core" />

src/HeatMap/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.1.8.0")]
35-
[assembly: AssemblyFileVersion("1.1.8.0")]
34+
[assembly: AssemblyVersion("1.1.9.0")]
35+
[assembly: AssemblyFileVersion("1.1.9.0")]
3636

3737

3838

src/HeatMap/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Lib.Harmony" version="2.0.0.6" targetFramework="net472" />
4-
<package id="UnlimitedHugs.Rimworld.HugsLib" version="6.2.1" targetFramework="net472" />
3+
<package id="Lib.Harmony" version="2.0.0.7" targetFramework="net472" />
4+
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.0.1" targetFramework="net472" />
55
</packages>

0 commit comments

Comments
 (0)