Skip to content

Commit 65b218e

Browse files
committed
Try AutoUpdate
1 parent 22c56cd commit 65b218e

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

Falcon BMS Alternative Launcher Setup/Falcon BMS Alternative Launcher Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,15 +1144,15 @@
11441144
{
11451145
"Name" = "8:Microsoft Visual Studio"
11461146
"ProductName" = "8:Falcon BMS Alternative Launcher"
1147-
"ProductCode" = "8:{DE9735FA-9A25-42F3-A178-493A7A55C058}"
1148-
"PackageCode" = "8:{8799E479-799D-4E80-8015-8A5BD432EDF5}"
1147+
"ProductCode" = "8:{EE2BA4EC-FEA6-47B2-813A-C4491C9D834A}"
1148+
"PackageCode" = "8:{766F2F4B-FDFC-4116-AECE-31272C38030C}"
11491149
"UpgradeCode" = "8:{BE40C548-F318-43E4-99B8-21F48DC42145}"
11501150
"AspNetVersion" = "8:2.0.50727.0"
11511151
"RestartWWWService" = "11:FALSE"
11521152
"RemovePreviousVersions" = "11:TRUE"
11531153
"DetectNewerInstalledVersion" = "11:TRUE"
11541154
"InstallAllUsers" = "11:FALSE"
1155-
"ProductVersion" = "8:1.8.2"
1155+
"ProductVersion" = "8:1.9.0"
11561156
"Manufacturer" = "8:Benchmark Sims"
11571157
"ARPHELPTELEPHONE" = "8:"
11581158
"ARPHELPLINK" = "8:"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<item>
3+
<version>1.9.1</version>
4+
<url>https://github.com/chihirobelmo/FalconBMS-Alternative-Launcher/releases/download/v1.60/Falcon_BMS_Alternative_Launcher_v1.60.zip</url>
5+
</item>

Falcon BMS Alternative Launcher/Falcon BMS Alternative Launcher.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<ApplicationManifest>app.manifest</ApplicationManifest>
6161
</PropertyGroup>
6262
<ItemGroup>
63+
<Reference Include="AutoUpdater.NET, Version=1.7.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
64+
<HintPath>..\packages\Autoupdater.NET.Official.1.7.0\lib\net45\AutoUpdater.NET.dll</HintPath>
65+
</Reference>
6366
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
6467
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
6568
</Reference>
@@ -79,6 +82,7 @@
7982
<Reference Include="System.Configuration.Install" />
8083
<Reference Include="System.Data" />
8184
<Reference Include="System.Drawing" />
85+
<Reference Include="System.Runtime.Serialization" />
8286
<Reference Include="System.Web" />
8387
<Reference Include="System.Windows.Forms" />
8488
<Reference Include="System.Windows.Forms.DataVisualization" />

Falcon BMS Alternative Launcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
5050
// 既定値にすることができます:
5151
// [assembly: AssemblyVersion("1.0.*")]
52-
[assembly: AssemblyVersion("1.8.2.0")]
53-
[assembly: AssemblyFileVersion("1.8.2.0")]
52+
[assembly: AssemblyVersion("1.9.0.0")]
53+
[assembly: AssemblyFileVersion("1.9.0.0")]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="Autoupdater.NET.Official" version="1.7.0" targetFramework="net452" />
34
<package id="ControlzEx" version="3.0.2.4" targetFramework="net452" />
45
<package id="MahApps.Metro" version="1.6.5" targetFramework="net452" />
56
</packages>

0 commit comments

Comments
 (0)