Skip to content

Commit

Permalink
update about.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Jun 30, 2018
1 parent e7e7847 commit 955dff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ModMetaData>
<name>Food Alert</name>
<author>Mehni</author>
<targetVersion>0.18.0</targetVersion>
<targetVersion>1.0.0</targetVersion>
<url>https://github.com/Mehni/FoodAlert/releases/latest</url>
<description>v0.18.0.2\n\n Shows a persistent readout with the amount of food you currently have in storage, and an estimate of how long stocks will last.</description>
<description>v1.0.0.0\n\n Shows a persistent readout with the amount of food you currently have in storage, and an estimate of how long stocks will last.</description>
</ModMetaData>
7 changes: 0 additions & 7 deletions About/ModSync.xml

This file was deleted.

Binary file added Assemblies/FoodAlert.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/FoodAlert/FoodAlert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<HintPath>..\..\..\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\RimWorldWin_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -46,7 +46,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\RimWorldWin_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down

0 comments on commit 955dff3

Please sign in to comment.