From 06ac17abdd9592cc90f84b82c9fa375fb6249c73 Mon Sep 17 00:00:00 2001 From: Lesueur Benjamin Date: Wed, 19 Jan 2022 17:42:00 +0100 Subject: [PATCH] 0.8.5.3 --- ControllerHelper/ControllerHelper.csproj | 4 ++-- ControllerService.iss | 2 +- ControllerService/AssemblyInfo1.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ControllerHelper/ControllerHelper.csproj b/ControllerHelper/ControllerHelper.csproj index 1efee98e9..10d6d3e47 100644 --- a/ControllerHelper/ControllerHelper.csproj +++ b/ControllerHelper/ControllerHelper.csproj @@ -10,8 +10,8 @@ ControllerHelper Copyright © 2021 $(SolutionDir)bin\ - 0.8.5.1 - 0.8.5.1 + 0.8.5.3 + 0.8.5.3 logo_application.ico portable diff --git a/ControllerService.iss b/ControllerService.iss index d639e9f25..4f9bb56da 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -647,7 +647,7 @@ end; ;#define UseSql2019Express #define MyAppSetupName 'Controller Service' -#define MyAppVersion '0.8.5.1' +#define MyAppVersion '0.8.5.3' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/ControllerService' diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 2f7f2fd10..40aede3d7 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.8.5.1")] -[assembly: AssemblyFileVersion("0.8.5.1")] +[assembly: AssemblyVersion("0.8.5.3")] +[assembly: AssemblyFileVersion("0.8.5.3")]