Skip to content

Commit e5b8041

Browse files
Anuradha (Anu) DissanayakeAnuradha (Anu) Dissanayake
Anuradha (Anu) Dissanayake
authored and
Anuradha (Anu) Dissanayake
committed
Update for 1.2
1 parent 60714ea commit e5b8041

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

mod-structure/About/About.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<author>Falconne</author>
66
<description>Adds an overlay toggle button to show a temperature based colour gradient over indoor areas: green for the human comfort zone, getting bluer and redder for colder and hotter rooms respectively.</description>
77
<supportedVersions>
8+
<li>1.2</li>
89
<li>1.1</li>
910
<li>1.0</li>
1011
</supportedVersions>
17 KB
Binary file not shown.

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.1.0, Culture=neutral, processorArchitecture=MSIL">
27-
<HintPath>..\packages\Lib.Harmony.2.0.1\lib\net472\0Harmony.dll</HintPath>
26+
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
27+
<HintPath>..\packages\Lib.Harmony.2.0.2\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.7.2.1\lib\net472\HugsLib.dll</HintPath>
33+
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.8.0.0\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.14.0")]
35-
[assembly: AssemblyFileVersion("1.1.14.0")]
34+
[assembly: AssemblyVersion("1.2.15.0")]
35+
[assembly: AssemblyFileVersion("1.2.15.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.1" targetFramework="net472" />
4-
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.2.1" targetFramework="net472" />
3+
<package id="Lib.Harmony" version="2.0.2" targetFramework="net472" />
4+
<package id="UnlimitedHugs.Rimworld.HugsLib" version="8.0.0" targetFramework="net472" />
55
</packages>

0 commit comments

Comments
 (0)