Skip to content

Commit

Permalink
Update HugsLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Falconne committed Feb 29, 2020
1 parent 96fd7f4 commit d8d8c21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.6, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.0.6\lib\net472\0Harmony.dll</HintPath>
<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>
<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.6.2.1\lib\net472\HugsLib.dll</HintPath>
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.7.0.1\lib\net472\HugsLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
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.8.0")]
[assembly: AssemblyFileVersion("1.1.8.0")]
[assembly: AssemblyVersion("1.1.9.0")]
[assembly: AssemblyFileVersion("1.1.9.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.6" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="6.2.1" targetFramework="net472" />
<package id="Lib.Harmony" version="2.0.0.7" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.0.1" targetFramework="net472" />
</packages>

0 comments on commit d8d8c21

Please sign in to comment.