Skip to content

Commit

Permalink
release candidat for v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Jun 15, 2024
1 parent fe3959d commit 26be483
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 9 deletions.
Binary file modified 1.5/Assemblies/CameraPlus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</li>
</modDependencies>
<packageId>brrainz.cameraplus</packageId>
<modVersion>3.1.1.0</modVersion>
<modVersion>3.2.0.0</modVersion>
<steamAppId>867467808</steamAppId>
<url>https://github.com/pardeike/CameraPlus</url>
<description>You want more zoom and different paning?
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>net.pardeike.rimworld.mod.cameraplus</identifier>
<version>3.1.1.0</version>
<version>3.2.0.0</version>
<targetVersions>
<li>1.0.0</li>
<li>1.1.0</li>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ModName>Camera+</ModName>
<ModFileName>CameraPlus</ModFileName>
<Repository>https://github.com/pardeike/CameraPlus</Repository>
<ModVersion>3.1.1.0</ModVersion>
<ModVersion>3.2.0.0</ModVersion>
<ProjectGuid>{AC5EE7A1-16EA-498D-B21A-83ACF78F0E5A}</ProjectGuid>
</PropertyGroup>
</Project>
4 changes: 1 addition & 3 deletions Source/Dialog_CustomizationList_Load.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using Verse;
using Verse;

namespace CameraPlus
{
Expand Down
1 change: 0 additions & 1 deletion Source/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions Source/TextTags.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

namespace CameraPlus
{


public class KindDefTag : TextTag
{
public override bool Matches(Pawn pawn) => Negated ^ Tools.ContainsCaseInsensitive(pawn.kindDef, Text);
Expand Down

0 comments on commit 26be483

Please # to comment.