Skip to content

Commit 8417de4

Browse files
'Release 2.8.160 [nolog]'
1 parent c472fd8 commit 8417de4

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Arex-rus: Russian translation (fixes)
4343
mora145: Spanish translation
4444

4545
<size=24>Version</size>
46-
This is version 2.7.153, for RimWorld 0.19.2009.
46+
This is version 2.8.160, for RimWorld 0.19.2009.
4747

4848
</description>
4949
</ModMetaData>

Assemblies/WorkTab.dll

0 Bytes
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5454
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)
5555

5656
# Version
57-
This is version 2.7.153, for RimWorld 0.19.2009.
57+
This is version 2.8.160, for RimWorld 0.19.2009.

Source/HarmonyPatches/Worksettings/Pawn_WorkSettings_GetPriority.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class Pawn_WorkSettings_GetPriority
1616
static bool Prefix( WorkTypeDef w, Pawn_WorkSettings __instance, ref int __result )
1717
{
1818
__result = __instance.Pawn().GetPriority( w, -1 );
19+
Logger.Trace( $"Called GetPriority for {__instance.Pawn()} doing {w.defName}, result: {__result}");
1920
return false;
2021
}
2122
}

Source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.1.134")]
36-
[assembly: AssemblyFileVersion("2.1.134")]
35+
[assembly: AssemblyVersion("2.8.160")]
36+
[assembly: AssemblyFileVersion("2.8.160")]

Source/WorkTab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<DebugType>none</DebugType>
1818
<Optimize>false</Optimize>
1919
<OutputPath>..\Assemblies\</OutputPath>
20-
<DefineConstants>DEBUG</DefineConstants>
20+
<DefineConstants>TRACE;DEBUG</DefineConstants>
2121
<ErrorReport>prompt</ErrorReport>
2222
<WarningLevel>4</WarningLevel>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)