Skip to content

Commit

Permalink
build 0.12.2.0 + github url migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Oct 21, 2022
1 parent d1ebfd3 commit 7409b50
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ControllerService-offline.iss
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ end;

#define MyAppSetupName 'Handheld Companion'
#define MyBuildId 'HandheldCompanion'
#define MyAppVersion '0.12.1.2'
#define MyAppVersion '0.12.2.0'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright © BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/ControllerService'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
#define MyAppExeName "HandheldCompanion.exe"
#define MySerExeName "ControllerService.exe"
#define MyConfiguration "Release"
Expand Down
4 changes: 2 additions & 2 deletions ControllerService.iss
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ end;

#define MyAppSetupName 'Handheld Companion'
#define MyBuildId 'HandheldCompanion'
#define MyAppVersion '0.12.1.2'
#define MyAppVersion '0.12.2.0'
#define MyAppPublisher 'BenjaminLSR'
#define MyAppCopyright 'Copyright © BenjaminLSR'
#define MyAppURL 'https://github.com/Valkirie/ControllerService'
#define MyAppURL 'https://github.com/Valkirie/HandheldCompanion'
#define MyAppExeName "HandheldCompanion.exe"
#define MySerExeName "ControllerService.exe"
#define MyConfiguration "Release"
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.12.1.2")]
[assembly: AssemblyFileVersion("0.12.1.2")]
[assembly: AssemblyVersion("0.12.2.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
2 changes: 1 addition & 1 deletion HandheldCompanion/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<value>500</value>
</setting>
<setting name="UpdateUrl" serializeAs="String">
<value>https://api.github.com/repos/Valkirie/ControllerService</value>
<value>https://api.github.com/repos/Valkirie/HandheldCompanion</value>
</setting>
<setting name="OverlayControllerAlwaysOnTop" serializeAs="String">
<value>True</value>
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.12.1.2</Version>
<Version>0.12.2.0</Version>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion HandheldCompanion/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HandheldCompanion/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<Value Profile="(Default)">500</Value>
</Setting>
<Setting Name="UpdateUrl" Type="System.String" Scope="User">
<Value Profile="(Default)">https://api.github.com/repos/Valkirie/ControllerService</Value>
<Value Profile="(Default)">https://api.github.com/repos/Valkirie/HandheldCompanion</Value>
</Setting>
<Setting Name="OverlayControllerAlwaysOnTop" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
Expand Down

0 comments on commit 7409b50

Please sign in to comment.