Skip to content

Commit

Permalink
Update for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuradha (Anu) Dissanayake authored and Anuradha (Anu) Dissanayake committed Aug 22, 2020
1 parent 60714ea commit e5b8041
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions mod-structure/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<author>Falconne</author>
<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>
<supportedVersions>
<li>1.2</li>
<li>1.1</li>
<li>1.0</li>
</supportedVersions>
Expand Down
Binary file added mod-structure/v1.1/Assemblies/HeatMap.dll
Binary file not shown.
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.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.1\lib\net472\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.2\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.2.1\lib\net472\HugsLib.dll</HintPath>
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.8.0.0\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.14.0")]
[assembly: AssemblyFileVersion("1.1.14.0")]
[assembly: AssemblyVersion("1.2.15.0")]
[assembly: AssemblyFileVersion("1.2.15.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.1" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="7.2.1" targetFramework="net472" />
<package id="Lib.Harmony" version="2.0.2" targetFramework="net472" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="8.0.0" targetFramework="net472" />
</packages>

0 comments on commit e5b8041

Please sign in to comment.