Skip to content

Commit

Permalink
build 0.9.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed May 4, 2022
1 parent a8ee39c commit b05042d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ControllerService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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}
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.9.6.2")]
[assembly: AssemblyFileVersion("0.9.6.2")]
[assembly: AssemblyVersion("0.9.7.0")]
[assembly: AssemblyFileVersion("0.9.7.0")]
2 changes: 1 addition & 1 deletion ControllerService/ControllerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<DebugType>portable</DebugType>
<Version>0.9.6.1</Version>
<Version>0.9.7.0</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion HandheldCompanion/HandheldCompanion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<StartupObject>HandheldCompanion.App</StartupObject>
<OutputPath>$(SolutionDir)bin\$(Configuration)</OutputPath>
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
<Version>0.9.6.2</Version>
<Version>0.9.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b05042d

Please sign in to comment.