Skip to content

Commit 864e452

Browse files
committed
Bump version to 2.23.7 and update changelog
1 parent 9dc5f47 commit 864e452

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.23.7
2+
- Fixed log spam due to inverted condition in CardExtensions.GemsCost
3+
14
# 2.23.6
25
- Fixed card modifications added to a card's base ice cube card via CardInfo.SetIceCube being ignored
36
- Fixed PlayableCard.CanPlay not consistently accounting for temporary mod cost adjustments

InscryptionAPI/InscryptionAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<DebugType>full</DebugType>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
13-
<Version>2.23.6</Version>
13+
<Version>2.23.7</Version>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

InscryptionAPI/InscryptionAPIPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class InscryptionAPIPlugin : BaseUnityPlugin
3131
{
3232
public const string ModGUID = "cyantist.inscryption.api";
3333
public const string ModName = "InscryptionAPI";
34-
public const string ModVer = "2.23.6";
34+
public const string ModVer = "2.23.7";
3535

3636
public static string Directory = "";
3737

InscryptionCommunityPatch/InscryptionCommunityPatch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010
<DebugType>full</DebugType>
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
12-
<Version>2.23.0</Version>
12+
<Version>2.23.7</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>

0 commit comments

Comments
 (0)