Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
- Adjusted Harmony dependency
  • Loading branch information
Jaxe-Dev committed Mar 23, 2020
1 parent de9fd6f commit ef7af03
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
17 changes: 16 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@
<packageId>Jaxe.ToggleHarvest</packageId>
<name>Toggle Harvest</name>
<author>Jaxe</author>
<description>Mod Version: 1.3\n\n\nAdds an &lt;i&gt;Allow Harvest&lt;/i&gt; toggle to Growing Zones alongside the already existing &lt;i&gt;Allow Sowing&lt;/i&gt; button.</description>
<supportedVersions>
<li>1.0</li>
<li>1.1</li>
</supportedVersions>
<description>Mod Version: 1.2\n\n\nAdds an &lt;i&gt;Allow Harvest&lt;/i&gt; toggle to Growing Zones alongside the already existing &lt;i&gt;Allow Sowing&lt;/i&gt; button.</description>
<modDependenciesByVersion>
<v1.1>
<li>
<packageId>brrainz.harmony</packageId>
<displayName>Harmony</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</v1.1>
</modDependenciesByVersion>
<loadAfterByVersion>
<v1.1>
<li>brrainz.harmony</li>
</v1.1>
</loadAfterByVersion>
</ModMetaData>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Toggle Harvest
![Mod Version](https://img.shields.io/badge/Mod_Version-1.2-blue.svg)
![Mod Version](https://img.shields.io/badge/Mod_Version-1.3-blue.svg)
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.1-blue.svg)
![Harmony Version](https://img.shields.io/badge/Powered_by_Harmony-2.0-blue.svg)\
![Steam Subscribers](https://img.shields.io/badge/dynamic/xml.svg?label=Steam+Subscribers&query=//table/tr[2]/td[1]&colorB=blue&url=https://steamcommunity.com/sharedfiles/filedetails/%3Fid=1499848654&suffix=+total)
Expand Down
2 changes: 1 addition & 1 deletion Source/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class Mod
{
public const string Id = "ToggleHarvest";
public const string Name = "Toggle Harvest";
public const string Version = "1.2";
public const string Version = "1.3";

private static readonly HashSet<Zone_Growing> DisallowedZones = new HashSet<Zone_Growing>();

Expand Down
1 change: 1 addition & 0 deletions Source/ToggleHarvest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.5, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Lib.Harmony.2.0.0.5\lib\net472\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand Down

0 comments on commit ef7af03

Please sign in to comment.