From 3206259452a690dbfc8d8aceb544c3cfc3123760 Mon Sep 17 00:00:00 2001 From: Lesueur Benjamin Date: Sat, 22 Oct 2022 17:23:18 +0200 Subject: [PATCH] build 0.12.2.1 --- ControllerService-offline.iss | 7 ++++--- ControllerService.iss | 7 ++++--- ControllerService/AssemblyInfo1.cs | 4 ++-- HandheldCompanion/HandheldCompanion.csproj | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ControllerService-offline.iss b/ControllerService-offline.iss index 278db114e..428ee55d4 100644 --- a/ControllerService-offline.iss +++ b/ControllerService-offline.iss @@ -241,7 +241,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.12.2.0' +#define MyAppVersion '0.12.2.1' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' @@ -305,8 +305,9 @@ Source: "dotnet-runtime-6.0.6-win-x64.exe"; Flags: dontcopy noencryption Source: "windowsdesktop-runtime-6.0.6-win-x64.exe"; Flags: dontcopy noencryption #endif -Source: "{#SourcePath}\bin\{#MyConfiguration}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion -Source: "{#SourcePath}\bin\{#MyConfiguration}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "{#SourcePath}\bin\{#MyConfiguration}\WinRing0x64.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "{#SourcePath}\bin\{#MyConfiguration}\WinRing0x64.sys"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "{#SourcePath}\bin\{#MyConfiguration}\*"; Excludes: "*WinRing0x64.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\redist\ViGEmBus_1.21.442_x64_x86_arm64.exe"; DestDir: "{app}\redist\"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\redist\HidHide_1.2.98_x64.exe"; DestDir: "{app}\redist\"; Flags: ignoreversion recursesubdirs createallsubdirs diff --git a/ControllerService.iss b/ControllerService.iss index 505124eab..fb2a194ab 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -377,7 +377,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.12.2.0' +#define MyAppVersion '0.12.2.1' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' @@ -428,8 +428,9 @@ Source: "netcorecheck.exe"; Flags: dontcopy noencryption Source: "netcorecheck_x64.exe"; Flags: dontcopy noencryption #endif -Source: "{#SourcePath}\bin\{#MyConfiguration}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion -Source: "{#SourcePath}\bin\{#MyConfiguration}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +Source: "{#SourcePath}\bin\{#MyConfiguration}\WinRing0x64.dll"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "{#SourcePath}\bin\{#MyConfiguration}\WinRing0x64.sys"; DestDir: "{app}"; Flags: onlyifdoesntexist +Source: "{#SourcePath}\bin\{#MyConfiguration}\*"; Excludes: "*WinRing0x64.*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\redist\ViGEmBus_1.21.442_x64_x86_arm64.exe"; DestDir: "{app}\redist\"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\redist\HidHide_1.2.98_x64.exe"; DestDir: "{app}\redist\"; Flags: ignoreversion recursesubdirs createallsubdirs diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 3e8458cb7..cbe314c1c 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.12.2.0")] -[assembly: AssemblyFileVersion("0.12.2.0")] +[assembly: AssemblyVersion("0.12.2.1")] +[assembly: AssemblyFileVersion("0.12.2.1")] diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 44766b04a..0393ae53c 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.12.2.0 + 0.12.2.1 app.manifest