Skip to content

Commit

Permalink
B19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed Aug 29, 2018
1 parent 955dff3 commit daef07d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>1.0.0</targetVersion>
<targetVersion>0.19.0</targetVersion>
<url>https://github.com/Mehni/FoodAlert/releases/latest</url>
<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>
<description>v1.0.1\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>
Binary file modified Assemblies/0Harmony.dll
Binary file not shown.
Binary file modified 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 @@ -31,9 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="0Harmony, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\0Harmony.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\..\Users\Maniak\Documents\RimWorld Mods\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\..\RimWorldWin_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Source/FoodAlert/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.1.0.1")]
[assembly: AssemblyFileVersion("0.1.0.1")]

0 comments on commit daef07d

Please sign in to comment.