From 7409b50068a744290180000b3559a9e37e170765 Mon Sep 17 00:00:00 2001 From: Lesueur Benjamin Date: Fri, 21 Oct 2022 09:34:01 +0200 Subject: [PATCH] build 0.12.2.0 + github url migration --- ControllerService-offline.iss | 4 ++-- ControllerService.iss | 4 ++-- ControllerService/AssemblyInfo1.cs | 4 ++-- HandheldCompanion/App.config | 2 +- HandheldCompanion/HandheldCompanion.csproj | 2 +- HandheldCompanion/Properties/Settings.Designer.cs | 2 +- HandheldCompanion/Properties/Settings.settings | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ControllerService-offline.iss b/ControllerService-offline.iss index 95752fe2a..3d1403d11 100644 --- a/ControllerService-offline.iss +++ b/ControllerService-offline.iss @@ -241,10 +241,10 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.12.1.2' +#define MyAppVersion '0.12.2.0' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' -#define MyAppURL 'https://github.com/Valkirie/ControllerService' +#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' #define MyAppExeName "HandheldCompanion.exe" #define MySerExeName "ControllerService.exe" #define MyConfiguration "Release" diff --git a/ControllerService.iss b/ControllerService.iss index bb20a4f37..01a411753 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -377,10 +377,10 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.12.1.2' +#define MyAppVersion '0.12.2.0' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' -#define MyAppURL 'https://github.com/Valkirie/ControllerService' +#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' #define MyAppExeName "HandheldCompanion.exe" #define MySerExeName "ControllerService.exe" #define MyConfiguration "Release" diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 40eebd97e..3e8458cb7 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.12.1.2")] -[assembly: AssemblyFileVersion("0.12.1.2")] +[assembly: AssemblyVersion("0.12.2.0")] +[assembly: AssemblyFileVersion("0.12.2.0")] diff --git a/HandheldCompanion/App.config b/HandheldCompanion/App.config index a2d9582d7..7cdace4c9 100644 --- a/HandheldCompanion/App.config +++ b/HandheldCompanion/App.config @@ -155,7 +155,7 @@ 500 - https://api.github.com/repos/Valkirie/ControllerService + https://api.github.com/repos/Valkirie/HandheldCompanion True diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 5fa432990..44766b04a 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.12.1.2 + 0.12.2.0 app.manifest diff --git a/HandheldCompanion/Properties/Settings.Designer.cs b/HandheldCompanion/Properties/Settings.Designer.cs index 27e226484..bd39e10dc 100644 --- a/HandheldCompanion/Properties/Settings.Designer.cs +++ b/HandheldCompanion/Properties/Settings.Designer.cs @@ -613,7 +613,7 @@ public double QuickToolsPerformanceGPUValue { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("https://api.github.com/repos/Valkirie/ControllerService")] + [global::System.Configuration.DefaultSettingValueAttribute("https://api.github.com/repos/Valkirie/HandheldCompanion")] public string UpdateUrl { get { return ((string)(this["UpdateUrl"])); diff --git a/HandheldCompanion/Properties/Settings.settings b/HandheldCompanion/Properties/Settings.settings index e5120b73b..c99f131f3 100644 --- a/HandheldCompanion/Properties/Settings.settings +++ b/HandheldCompanion/Properties/Settings.settings @@ -150,7 +150,7 @@ 500 - https://api.github.com/repos/Valkirie/ControllerService + https://api.github.com/repos/Valkirie/HandheldCompanion True