diff --git a/ControllerService.iss b/ControllerService.iss index 7576b4d6e..47c866c2d 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -648,13 +648,13 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.9.7.1' +#define MyAppVersion '0.9.8.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 1d17a1f41..1e4edcc43 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.9.7.1")] -[assembly: AssemblyFileVersion("0.9.7.1")] +[assembly: AssemblyVersion("0.9.8.0")] +[assembly: AssemblyFileVersion("0.9.8.0")] diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 007f36217..a2880332c 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.9.7.1 + 0.9.8.0