From 07de3b5ae602e29330b3bf07a3c0636bc53cd32c Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 4 Oct 2024 18:51:01 +0300 Subject: [PATCH] Crash reports were not correctly identifying game assemblies, better path data --- build/common.props | 4 ++-- changelog.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build/common.props b/build/common.props index 7409b97a..00cdf5b9 100644 --- a/build/common.props +++ b/build/common.props @@ -5,7 +5,7 @@ 1.0.0 - 2.9.16 + 2.9.17 2.2.2 3.2.0.77 @@ -18,7 +18,7 @@ 1.1.0.104 3.0.0.142 5.0.226 - 14.0.0.93 + 14.0.0.99 diff --git a/changelog.txt b/changelog.txt index 1cfcbeed..674e6e79 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,8 @@ --------------------------------------------------------------------------------------------------- +Version: 2.9.17 +Game Versions: v1.0.x,v1.1.x,v1.2.x +* Crash reports were not correctly identifying game assemblies, better path data +--------------------------------------------------------------------------------------------------- Version: 2.9.16 Game Versions: v1.0.x,v1.1.x,v1.2.x * Some crashes were not intercepted without BLSE