Skip to content

Commit

Permalink
0.8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Dec 9, 2021
1 parent b71bfb8 commit a222b83
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 @@ -12,8 +12,8 @@
<OutputPath>$(SolutionDir)bin\</OutputPath>
<ApplicationIcon>gamepad.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyVersion>0.8.1.3</AssemblyVersion>
<FileVersion>0.8.1.3</FileVersion>
<AssemblyVersion>0.8.1.4</AssemblyVersion>
<FileVersion>0.8.1.4</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
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.1.3'
#define MyAppVersion '0.8.1.4'
#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 @@ -21,5 +21,5 @@
// Numéro de build
// Révision
//
[assembly: AssemblyVersion("0.8.1.3")]
[assembly: AssemblyFileVersion("0.8.1.3")]
[assembly: AssemblyVersion("0.8.1.4")]
[assembly: AssemblyFileVersion("0.8.1.4")]

0 comments on commit a222b83

Please sign in to comment.