From 26be483e756477421533b31a9ac5f17ae8ecbda4 Mon Sep 17 00:00:00 2001 From: Andreas Pardeike Date: Sat, 15 Jun 2024 22:07:17 +0200 Subject: [PATCH] release candidat for v3.2 --- 1.5/Assemblies/CameraPlus.dll | Bin 121856 -> 121856 bytes About/About.xml | 2 +- About/Manifest.xml | 2 +- Directory.Build.props | 2 +- Source/Dialog_CustomizationList_Load.cs | 4 +--- Source/Main.cs | 1 - Source/TextTags.cs | 2 -- 7 files changed, 4 insertions(+), 9 deletions(-) diff --git a/1.5/Assemblies/CameraPlus.dll b/1.5/Assemblies/CameraPlus.dll index 0a73929cc75521091f5535d3dd083f7a7119f937..3fcb077319f3b2137d2906679edcb79c4d49b94d 100644 GIT binary patch delta 261 zcmZqJ!QQZgeL@F|+{C!|jXhg?7nHU(h@0Mg_Y!KL_C~))w`xd9U@)FAKL0tUX z&&*`}t!izgXP{@mz+lSAU|_5V=4hv-8e5uLrlcjOnx$GAnx&arn5CGQ7#JHFnwVNx z7?`G7rWzXF(oI>6W_!Oz6N%m4yVdi(SnjE0P?Mhtok2HVfxWOQbX2D3qY25p8k zhExV)21^E0AWi}Dl7W0PAhu*M1kz~?<_s1g=jD`@)rZ2qB7!LqUIyjL4 delta 261 zcmX9%yGjF55Itj*lo4$Vc7j#HGQ-{7*^7mRg&$!N?ryg7BU~F_q_A5o1O9^CfFO1@ z+KLkV2s^+&!4?UtgTw{r6@&6%qr%`2^gQ!af7n%AW|U-&|K95-I+YOhD= z0I;Do#`cSZwgd?zetgpjovpZO#sD4)fkSFakQwI27!`^YuPm<-tfA(X)(>`St=g2D U@2$D~Wj=1t=OpW~b~>lg0y8K&)&Kwi diff --git a/About/About.xml b/About/About.xml index 7d4ce11..3973bf7 100755 --- a/About/About.xml +++ b/About/About.xml @@ -19,7 +19,7 @@ brrainz.cameraplus - 3.1.1.0 + 3.2.0.0 867467808 https://github.com/pardeike/CameraPlus You want more zoom and different paning? diff --git a/About/Manifest.xml b/About/Manifest.xml index 9434907..ff2b95a 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@  net.pardeike.rimworld.mod.cameraplus - 3.1.1.0 + 3.2.0.0
  • 1.0.0
  • 1.1.0
  • diff --git a/Directory.Build.props b/Directory.Build.props index 3bbbce6..d623740 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ Camera+ CameraPlus https://github.com/pardeike/CameraPlus - 3.1.1.0 + 3.2.0.0 {AC5EE7A1-16EA-498D-B21A-83ACF78F0E5A} \ No newline at end of file diff --git a/Source/Dialog_CustomizationList_Load.cs b/Source/Dialog_CustomizationList_Load.cs index 9eef713..8c5213f 100644 --- a/Source/Dialog_CustomizationList_Load.cs +++ b/Source/Dialog_CustomizationList_Load.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using Verse; +using Verse; namespace CameraPlus { diff --git a/Source/Main.cs b/Source/Main.cs index 0baf1b7..b4a2f42 100644 --- a/Source/Main.cs +++ b/Source/Main.cs @@ -4,7 +4,6 @@ using RimWorld.Planet; using System; using System.Collections.Generic; -using System.Linq; using System.Reflection; using System.Reflection.Emit; using UnityEngine; diff --git a/Source/TextTags.cs b/Source/TextTags.cs index 13711bb..1c73335 100644 --- a/Source/TextTags.cs +++ b/Source/TextTags.cs @@ -3,8 +3,6 @@ namespace CameraPlus { - - public class KindDefTag : TextTag { public override bool Matches(Pawn pawn) => Negated ^ Tools.ContainsCaseInsensitive(pawn.kindDef, Text);