Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
- Added RimWorld 1.3 support
  • Loading branch information
Jaxe-Dev committed Jul 27, 2021
1 parent 85abca8 commit b84e1bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 2 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<packageId>Jaxe.ToggleHarvest</packageId>
<name>Toggle Harvest</name>
<author>Jaxe</author>
<description>Mod Version: 1.4\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>
<description>Mod Version: 1.5\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.1</li>
<li>1.2</li>
<li>1.3</li>
</supportedVersions>
<modDependencies>
<li>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Toggle Harvest
![Mod Version](https://img.shields.io/badge/Mod_Version-1.4-blue.svg)
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.2-blue.svg)
![Mod Version](https://img.shields.io/badge/Mod_Version-1.5-blue.svg)
![RimWorld Version](https://img.shields.io/badge/Built_for_RimWorld-1.3-blue.svg)
![Harmony Version](https://img.shields.io/badge/Powered_by_Harmony-2.x-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)
![GitHub Downloads](https://img.shields.io/github/downloads/Jaxe-Dev/ToggleHarvest/total.svg?colorB=blue&label=GitHub+Downloads)
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.4";
public const string Version = "1.5";

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

Expand Down
3 changes: 0 additions & 3 deletions Source/ToggleHarvest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<Compile Include="Patch\Verse_Profile_MemoryUtility_ClearAllMapsAndWorld.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\.gitignore">
<Link>-\.gitignore</Link>
</Content>
<Content Include="..\About\About.xml">
<Link>-\About\About.xml</Link>
</Content>
Expand Down

0 comments on commit b84e1bf

Please sign in to comment.