From 28a228973b00b1a31d6482b0ef87a656ef52d838 Mon Sep 17 00:00:00 2001 From: Benny Zlotnik Date: Wed, 29 Nov 2023 13:33:47 +0200 Subject: [PATCH] Add support for 1.2.5 --- build/common.props | 2 +- changelog.txt | 6 +++++- src/Bannerlord.Diplomacy/ViewModel/RebelFactionsVM.cs | 2 +- supported-game-versions.txt | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/build/common.props b/build/common.props index ada4cc9..d8b0480 100644 --- a/build/common.props +++ b/build/common.props @@ -2,7 +2,7 @@ - 1.2.8 + 1.2.9 1.0.0 diff --git a/changelog.txt b/changelog.txt index 98565c4..6e3c26c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 1.2.9 +Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.1.6,v1.2.0,v1.2.1,v1.2.2,v1.2.3,v1.2.4,v1.2.5 +* Add support for v1.2.5 +--------------------------------------------------------------------------------------------------- Version: 1.2.8 -Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.1.6,v1.2.0,v1.2.1,v1.2.2,v1.2.3.v1.2.4 +Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.1.6,v1.2.0,v1.2.1,v1.2.2,v1.2.3,v1.2.4 * Add support for v1.2.4 --------------------------------------------------------------------------------------------------- Version: 1.2.7 diff --git a/src/Bannerlord.Diplomacy/ViewModel/RebelFactionsVM.cs b/src/Bannerlord.Diplomacy/ViewModel/RebelFactionsVM.cs index e65b2d3..da05be9 100644 --- a/src/Bannerlord.Diplomacy/ViewModel/RebelFactionsVM.cs +++ b/src/Bannerlord.Diplomacy/ViewModel/RebelFactionsVM.cs @@ -139,7 +139,7 @@ public void OnCreateFaction() inquiryElements, true, 1, -#if v120 || v121 || v122 || v123 || v124 +#if v120 || v121 || v122 || v123 || v124 || v125 1, #endif GameTexts.FindText("str_ok").ToString(), diff --git a/supported-game-versions.txt b/supported-game-versions.txt index 721bdb5..4c71c53 100644 --- a/supported-game-versions.txt +++ b/supported-game-versions.txt @@ -1,3 +1,4 @@ +v1.2.5 v1.2.4 v1.2.3 v1.2.2