From e6093a4f058f69c5773f0ca9fb0240f9c33751ca Mon Sep 17 00:00:00 2001 From: Falco Date: Sun, 14 Jul 2024 01:06:31 +0200 Subject: [PATCH] Fix display IDs broken by DCS patch --- CoordinateConverter/DCS/Aircraft/AH64/AH64.cs | 18 +++++++++--------- CoordinateConverter/MainForm.cs | 2 +- Installer/Installer.wixproj | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CoordinateConverter/DCS/Aircraft/AH64/AH64.cs b/CoordinateConverter/DCS/Aircraft/AH64/AH64.cs index 4139409..9a18616 100644 --- a/CoordinateConverter/DCS/Aircraft/AH64/AH64.cs +++ b/CoordinateConverter/DCS/Aircraft/AH64/AH64.cs @@ -107,15 +107,15 @@ public enum EDeviceCode public enum EDisplayCodes { #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member - PLT_EUFD = 17, - PLT_HMD = 21, - PLT_MFD_Left = 6, - PLT_MFD_Right = 8, - PLT_CMWS = 24, - CPG_MFD_Left = 10, - CPG_MFD_Right = 12, - CPG_EUFD = 18, - TEDAC = 19, + PLT_EUFD = 18, + PLT_HMD = 22, + PLT_MFD_Left = 7, + PLT_MFD_Right = 9, + PLT_CMWS = 25, + CPG_MFD_Left = 11, + CPG_MFD_Right = 13, + CPG_EUFD = 19, + TEDAC = 20, #pragma warning restore CS1591 // Missing XML comment for publicly visible type or member } diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index 76f361f..af4f52b 100644 --- a/CoordinateConverter/MainForm.cs +++ b/CoordinateConverter/MainForm.cs @@ -21,7 +21,7 @@ namespace CoordinateConverter /// public partial class MainForm : Form { - private readonly GitHub.Version VERSION = new GitHub.Version(0, 10, 1); + private readonly GitHub.Version VERSION = new GitHub.Version(0, 10, 2); #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member public static readonly Color ERROR_COLOR = Color.Pink; diff --git a/Installer/Installer.wixproj b/Installer/Installer.wixproj index bae239e..506dd6b 100644 --- a/Installer/Installer.wixproj +++ b/Installer/Installer.wixproj @@ -1,9 +1,9 @@  - Version=0.10.1 + Version=0.10.2 - Version=0.10.1 + Version=0.10.2