diff --git a/ControllerService.iss b/ControllerService.iss index 5821a1a14..d6e9aed93 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -648,13 +648,13 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.9.6.2' +#define MyAppVersion '0.9.7.0' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/ControllerService' #define MyAppExeName "HandheldCompanion.exe" #define MySerExeName "ControllerService.exe" -#define MyConfiguration "Debug" +#define MyConfiguration "Release" AppName={#MyAppSetupName} AppVersion={#MyAppVersion} diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 05b409933..8e323f5e8 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.9.6.2")] -[assembly: AssemblyFileVersion("0.9.6.2")] +[assembly: AssemblyVersion("0.9.7.0")] +[assembly: AssemblyFileVersion("0.9.7.0")] diff --git a/ControllerService/ControllerService.csproj b/ControllerService/ControllerService.csproj index 5d11c09c6..ca4c408b7 100644 --- a/ControllerService/ControllerService.csproj +++ b/ControllerService/ControllerService.csproj @@ -14,7 +14,7 @@ true $(SolutionDir)bin\$(Configuration) portable - 0.9.6.1 + 0.9.7.0 full diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 02551b75a..1b3e60f66 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.9.6.2 + 0.9.7.0