Skip to content

Commit

Permalink
'Release 2.7.153 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 30, 2018
1 parent e63cbb1 commit c472fd8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Work Tab</name>
<author>Fluffy</author>
<url>https://ludeon.com/forums/index.php?topic=15964.0</url>
<targetVersion>0.19.1996</targetVersion>
<targetVersion>0.19.2009</targetVersion>
<description>Provides a vastly more customizable work tab.

&lt;size=24&gt;Important&lt;/size&gt;
Expand Down Expand Up @@ -43,7 +43,7 @@ Arex-rus: Russian translation (fixes)
mora145: Spanish translation

&lt;size=24&gt;Version&lt;/size&gt;
This is version 2.6.149, for RimWorld 0.19.1996.
This is version 2.7.153, for RimWorld 0.19.2009.

</description>
</ModMetaData>
Binary file modified Assemblies/WorkTab.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)

# Version
This is version 2.6.149, for RimWorld 0.19.1996.
This is version 2.7.153, for RimWorld 0.19.2009.
4 changes: 2 additions & 2 deletions Source/SteamConfig.vdf
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
[url=https://ko-fi.com/fluffymods][img]http://i.imgur.com/6P7Ap79.gif[/img][/url]
[h1]Version[/h1]
This is version 2.6.149, for RimWorld 0.19.1996.
This is version 2.7.153, for RimWorld 0.19.2009.
"
"changenote" "attempt to gracefully catch pawns without worksettings."
"changenote" ""
"publishedfileid" "725219116"
}
6 changes: 3 additions & 3 deletions Source/WorkTab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\..\harmony\0Harmony.dll</HintPath>
<HintPath>..\..\..\..\harmony\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\dlls\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\dlls\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -45,7 +45,7 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\dlls\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\dlls\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/WorkTab.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkTab", "WorkTab.csproj", "{5C909B0F-E82A-46B1-AE39-E56285B236A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicPawnTable", "..\..\DynamicPawnTable\DynamicPawnTable\DynamicPawnTable.csproj", "{E93B85A6-EEFF-4BDE-A6F4-CCE6D3487F9A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicPawnTable", "..\..\..\TOOLS\DynamicPawnTable\DynamicPawnTable\DynamicPawnTable.csproj", "{E93B85A6-EEFF-4BDE-A6F4-CCE6D3487F9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit c472fd8

Please sign in to comment.