diff --git a/Install-PilotsDeck-latest.exe b/Install-PilotsDeck-latest.exe index 9518f864..d2e0a8c8 100644 Binary files a/Install-PilotsDeck-latest.exe and b/Install-PilotsDeck-latest.exe differ diff --git a/Installer/BuildTimestamp.cs b/Installer/BuildTimestamp.cs index cfd7533f..db719183 100644 Binary files a/Installer/BuildTimestamp.cs and b/Installer/BuildTimestamp.cs differ diff --git a/Installer/Installer.csproj b/Installer/Installer.csproj index a08506fd..e5bb5432 100644 --- a/Installer/Installer.csproj +++ b/Installer/Installer.csproj @@ -31,7 +31,7 @@ Fragtality false 0 - 0.8.5.0 + 0.8.6.0 false true false diff --git a/Installer/Parameters.cs b/Installer/Parameters.cs index 168d6e16..cb67508c 100644 --- a/Installer/Parameters.cs +++ b/Installer/Parameters.cs @@ -6,15 +6,12 @@ namespace Installer { public static class Parameters { - //public static readonly string pilotsDeckVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString(3); - public static readonly string sdPluginDir = @"\Elgato\StreamDeck\Plugins"; public static readonly string pluginBinary = "PilotsDeck"; public static readonly string pluginName = "com.extension.pilotsdeck.sdPlugin"; public static readonly string unzipPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + sdPluginDir; public static readonly string pluginDir = unzipPath + "\\" + pluginName; public static readonly string fileName = "PilotsDeck-release.zip"; - public static readonly string importBinary = "ImportProfiles.exe"; public static readonly string pluginConfig = "PluginConfig.json"; public static readonly string colorConfig = "ColorStore.json"; @@ -28,7 +25,7 @@ public static class Parameters public static readonly int netMinor = 0; public static readonly int netPatch = 11; public static readonly string netVersion = $"{netMajor}.{netMinor}.{netPatch}"; - public static readonly string netUrl = "https://download.visualstudio.microsoft.com/download/pr/53e9e41c-b362-4598-9985-45f989518016/53c5e1919ba2fe23273f2abaff65595b/dotnet-runtime-8.0.11-win-x64.exe"; + public static readonly string netUrl = "https://download.visualstudio.microsoft.com/download/pr/27bcdd70-ce64-4049-ba24-2b14f9267729/d4a435e55182ce5424a7204c2cf2b3ea/windowsdesktop-runtime-8.0.11-win-x64.exe"; public static readonly string netUrlFile = "windowsdesktop-runtime-8.0.11-win-x64.exe"; public static readonly string sdRegPath = @"HKEY_CURRENT_USER\SOFTWARE\Elgato Systems GmbH\StreamDeck"; @@ -56,9 +53,9 @@ public static class Parameters public static readonly string ipcRegValue = "DisplayVersion"; public static readonly string ipcRegInstallDirValue = "InstallDir"; public static readonly Regex ipcRegexVersion = new Regex(@"^v((\d+)\.(\d+)\.(\d+))$", RegexOptions.Compiled); - public static readonly string ipcVersion = "7.5.0"; + public static readonly string ipcVersion = "7.5.1"; public static readonly bool ipcOverwriteBeta = true; - public static readonly string ipcUrl = "https://fsuipc.simflight.com/beta/Install_FSUIPC7.zip"; + public static readonly string ipcUrl = "https://www.fsuipc.com/download/Install_FSUIPC7.5.1.zip"; public static readonly string ipcSetup = "Install_FSUIPC7"; public static readonly string ipcUrlFile = $"{ipcSetup}.zip"; public static readonly string ipcSetupFile = $"{ipcSetup}.exe"; diff --git a/Installer/PilotsDeck-release.zip b/Installer/PilotsDeck-release.zip index 8928bd55..f946a644 100644 Binary files a/Installer/PilotsDeck-release.zip and b/Installer/PilotsDeck-release.zip differ diff --git a/Installer/Properties/AssemblyInfo.cs b/Installer/Properties/AssemblyInfo.cs index e3e79ee8..f8ca5a92 100644 --- a/Installer/Properties/AssemblyInfo.cs +++ b/Installer/Properties/AssemblyInfo.cs @@ -37,8 +37,8 @@ //(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird, // designspezifischen Ressourcenwörterbuch nicht gefunden werden kann.) )] -[assembly: AssemblyVersion("0.8.5.0")] -[assembly: AssemblyFileVersion("0.8.5.0")] +[assembly: AssemblyVersion("0.8.6.0")] +[assembly: AssemblyFileVersion("0.8.6.0")] // Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: diff --git a/Plugin/PilotsDeck.csproj b/Plugin/PilotsDeck.csproj index d64d503c..aa3220b9 100644 --- a/Plugin/PilotsDeck.csproj +++ b/Plugin/PilotsDeck.csproj @@ -12,7 +12,7 @@ Plugin\Images\PluginIcon.ico True x64 - 0.8.5 + 0.8.6 PilotsDeck Fragtality Directly check & control your FlightSim from the StreamDeck! diff --git a/Plugin/manifest.json b/Plugin/manifest.json index 6b35126b..5789aa72 100644 --- a/Plugin/manifest.json +++ b/Plugin/manifest.json @@ -209,7 +209,7 @@ "Name": "PilotsDeck", "Icon": "Plugin/Images/PluginIcon", "URL": "https://github.com/Fragtality/PilotsDeck", - "Version": "0.8.5.0", + "Version": "0.8.6.0", "SDKVersion": 2, "Software": { "MinimumVersion": "6.5" diff --git a/ProfileManager/ProfileManager.csproj b/ProfileManager/ProfileManager.csproj index b43ac4c5..f0eb04fe 100644 --- a/ProfileManager/ProfileManager.csproj +++ b/ProfileManager/ProfileManager.csproj @@ -9,7 +9,7 @@ x64 ProfileManager.App PluginIcon.ico - 0.8.5 + 0.8.6 Fragtality Install Profiles and manage Profile Switching for PilotsDeck Copyright © 2024