Skip to content

Commit

Permalink
0.8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Jan 10, 2022
1 parent 4893b0f commit 3329289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ControllerHelper/ControllerHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<Product>ControllerHelper</Product>
<Copyright>Copyright © 2021</Copyright>
<OutputPath>$(SolutionDir)bin\</OutputPath>
<AssemblyVersion>0.8.3.4</AssemblyVersion>
<FileVersion>0.8.3.4</FileVersion>
<AssemblyVersion>0.8.4.2</AssemblyVersion>
<FileVersion>0.8.4.2</FileVersion>
<ApplicationIcon>logo_application.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion ControllerService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ end;
;#define UseSql2019Express

#define MyAppSetupName 'Controller Service'
#define MyAppVersion '0.8.3.4'
#define MyAppVersion '0.8.4.2'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright © BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/ControllerService'
Expand Down
4 changes: 2 additions & 2 deletions ControllerService/AssemblyInfo1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("0.8.3.4")]
[assembly: AssemblyFileVersion("0.8.3.4")]
[assembly: AssemblyVersion("0.8.4.2")]
[assembly: AssemblyFileVersion("0.8.4.2")]

0 comments on commit 3329289

Please sign in to comment.