Skip to content

Commit 7e1acf1

Browse files
committed
Getting versioning right
1 parent 6c09085 commit 7e1acf1

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

1.1/Assemblies/TinyTweaks.dll

0 Bytes
Binary file not shown.

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packageId>XeoNovaDan.TinyTweaks</packageId>
55
<author>XeoNovaDan</author>
66
<url>https://steamcommunity.com/sharedfiles/filedetails/?id=2017485672</url>
7-
<description>Current version: v1.0.3.0 (18th March 2020)\n\nA fully configurable collection of minor QoL improvements, tweaks and other refinements for RimWorld.</description>
7+
<description>Current version: v1.0.3.1 (18th March 2020)\n\nA fully configurable collection of minor QoL improvements, tweaks and other refinements for RimWorld.</description>
88
<supportedVersions>
99
<li>1.1</li>
1010
</supportedVersions>
15 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Source/TinyTweaks/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("1.0.4.0")]
36-
[assembly: AssemblyFileVersion("1.0.4.0")]
35+
[assembly: AssemblyVersion("1.0.3.1")]
36+
[assembly: AssemblyFileVersion("1.0.3.1")]

Source/TinyTweaks/TinyTweaks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<Compile Include="HarmonyPatches\Patch_CompTerrainPump.cs" />
8181
<Compile Include="HarmonyPatches\Patch_Alert_ColonistNeedsTend.cs" />
8282
<Compile Include="HarmonyPatches\Patch_Pawn_PlayerSettings.cs" />
83-
<Compile Include="HarmonyPatches\Patch_PawnComponentsUtility.cs" />
83+
<Compile Include="HarmonyPatches\Patch_Pawn_TimetableTracker.cs" />
8484
<Compile Include="HarmonyPatches\Patch_SkillRecord.cs" />
8585
<Compile Include="HarmonyPatches\Patch_HediffSet.cs" />
8686
<Compile Include="HarmonyPatches\Patch_VerbProperties.cs" />
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)