From 729f16d6eccf666205a3fa45c31c67e0498c2518 Mon Sep 17 00:00:00 2001 From: Ciaran Fisher Date: Fri, 3 May 2024 22:09:59 +0200 Subject: [PATCH] Bump version 2.1.0.3 --- AutoUpdater/Properties/AssemblyInfo.cs | 4 ++-- DCS-SR-Client/DCS-SR-Client.csproj | 1 + DCS-SR-Client/Properties/AssemblyInfo.cs | 4 ++-- DCS-SR-Common/Network/UpdaterChecker.cs | 2 +- DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs | 4 ++-- DCS-SimpleRadio Server/Properties/AssemblyInfo.cs | 4 ++-- Installer/Properties/AssemblyInfo.cs | 4 ++-- Scripts/DCS-SRS-AutoConnectGameGUI.lua | 2 +- Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua | 6 +++--- Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua | 6 +++--- Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua | 4 ++-- Scripts/DCS-SRS/entry.lua | 2 +- 12 files changed, 22 insertions(+), 21 deletions(-) diff --git a/AutoUpdater/Properties/AssemblyInfo.cs b/AutoUpdater/Properties/AssemblyInfo.cs index ddf0a8f98..2fbbda03e 100644 --- a/AutoUpdater/Properties/AssemblyInfo.cs +++ b/AutoUpdater/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.2")] -[assembly: AssemblyFileVersion("2.1.0.2")] +[assembly: AssemblyVersion("2.1.0.3")] +[assembly: AssemblyFileVersion("2.1.0.3")] diff --git a/DCS-SR-Client/DCS-SR-Client.csproj b/DCS-SR-Client/DCS-SR-Client.csproj index 3af1bd6c1..a56167dc5 100644 --- a/DCS-SR-Client/DCS-SR-Client.csproj +++ b/DCS-SR-Client/DCS-SR-Client.csproj @@ -571,6 +571,7 @@ Always + Always diff --git a/DCS-SR-Client/Properties/AssemblyInfo.cs b/DCS-SR-Client/Properties/AssemblyInfo.cs index 67225d16c..d625525aa 100644 --- a/DCS-SR-Client/Properties/AssemblyInfo.cs +++ b/DCS-SR-Client/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.2")] -[assembly: AssemblyFileVersion("2.1.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0.3")] +[assembly: AssemblyFileVersion("2.1.0.3")] \ No newline at end of file diff --git a/DCS-SR-Common/Network/UpdaterChecker.cs b/DCS-SR-Common/Network/UpdaterChecker.cs index 05665d0aa..dfcf76ee9 100644 --- a/DCS-SR-Common/Network/UpdaterChecker.cs +++ b/DCS-SR-Common/Network/UpdaterChecker.cs @@ -23,7 +23,7 @@ public class UpdaterChecker public static readonly string MINIMUM_PROTOCOL_VERSION = "1.9.0.0"; - public static readonly string VERSION = "2.1.0.2"; + public static readonly string VERSION = "2.1.0.3"; private static readonly Logger _logger = LogManager.GetCurrentClassLogger(); diff --git a/DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs b/DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs index efe0b87f8..01dbdd37d 100644 --- a/DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs +++ b/DCS-SR-ExternalAudio/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.2")] -[assembly: AssemblyFileVersion("2.1.0.2")] +[assembly: AssemblyVersion("2.1.0.3")] +[assembly: AssemblyFileVersion("2.1.0.3")] diff --git a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs index ff3d8f38f..ee1ab871a 100644 --- a/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs +++ b/DCS-SimpleRadio Server/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.2")] -[assembly: AssemblyFileVersion("2.1.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0.3")] +[assembly: AssemblyFileVersion("2.1.0.3")] \ No newline at end of file diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index f9eda9d94..918df32a9 100644 --- a/Installer/Properties/AssemblyInfo.cs +++ b/Installer/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.1.0.2")] -[assembly: AssemblyFileVersion("2.1.0.2")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0.3")] +[assembly: AssemblyFileVersion("2.1.0.3")] \ No newline at end of file diff --git a/Scripts/DCS-SRS-AutoConnectGameGUI.lua b/Scripts/DCS-SRS-AutoConnectGameGUI.lua index 6431143fb..4b34c0947 100644 --- a/Scripts/DCS-SRS-AutoConnectGameGUI.lua +++ b/Scripts/DCS-SRS-AutoConnectGameGUI.lua @@ -1,4 +1,4 @@ --- Version 2.1.0.2 +-- Version 2.1.0.3 -- ONLY COPY THIS WHOLE FILE IS YOU ARE GOING TO HOST A SERVER! -- The file must be in Saved Games\DCS\Scripts\Hooks or Saved Games\DCS.openalpha\Scripts\Hooks -- Make sure you enter the correct address into SERVER_SRS_HOST and SERVER_SRS_PORT (5002 by default) below. diff --git a/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua b/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua index 920e977cd..d31599429 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SRS-OverlayGameGUI.lua @@ -1,9 +1,9 @@ --- Version 2.1.0.2 +-- Version 2.1.0.3 -- Make sure you COPY this file to the same location as the Export.lua as well! -- Otherwise the Overlay will not work -net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.2 ") +net.log("Loading - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.3 ") local base = _G @@ -694,4 +694,4 @@ end DCS.setUserCallbacks(srsOverlay) -net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.2 ") +net.log("Loaded - DCS-SRS Overlay GameGUI - Ciribob: 2.1.0.3 ") diff --git a/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua b/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua index ab1d9cf7e..c049fd807 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SRSGameGUI.lua @@ -1,8 +1,8 @@ --- Version 2.1.0.2 +-- Version 2.1.0.3 -- Make sure you COPY this file to the same location as the Export.lua as well! -- Otherwise the Radio Might not work -net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.2") +net.log("Loading - DCS-SRS GameGUI - Ciribob: 2.1.0.3") local SRS = {} SRS.CLIENT_ACCEPT_AUTO_CONNECT = true --- Set to false if you want to disable AUTO CONNECT @@ -354,5 +354,5 @@ end DCS.setUserCallbacks(SRS) -net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.2") +net.log("Loaded - DCS-SRS GameGUI - Ciribob: 2.1.0.3") diff --git a/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua b/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua index 694eb5801..c4e607acb 100644 --- a/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua +++ b/Scripts/DCS-SRS/Scripts/DCS-SimpleRadioStandalone.lua @@ -1,4 +1,4 @@ --- Version 2.1.0.2 +-- Version 2.1.0.3 -- Special thanks to Cap. Zeen, Tarres and Splash for all the help -- with getting the radio information :) -- Run the installer to correctly install this file @@ -6860,4 +6860,4 @@ end -- Load mods' SRS plugins SR.LoadModsPlugins() -SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.2") \ No newline at end of file +SR.log("Loaded SimpleRadio Standalone Export version: 2.1.0.3") \ No newline at end of file diff --git a/Scripts/DCS-SRS/entry.lua b/Scripts/DCS-SRS/entry.lua index 6b15a900b..a6792ae8c 100644 --- a/Scripts/DCS-SRS/entry.lua +++ b/Scripts/DCS-SRS/entry.lua @@ -4,7 +4,7 @@ declare_plugin("DCS-SRS", { developerName = _("Ciribob"), developerLink = _("https://github.com/ciribob/DCS-SimpleRadioStandalone"), displayName = _("DCS SimpleRadio Standalone"), - version = "2.1.0.2", + version = "2.1.0.3", state = "installed", info = _("DCS-SimpleRadio Standalone\n\nBrings realistic VoIP comms to DCS with a cockpit integration with every aircraft\n\nCheck Special Settings for SRS integration settings\n\nSRS Discord for Support: https://discord.gg/baw7g3t"), binaries = {"srs.dll"},