Skip to content

Commit 9770381

Browse files
committed
升级自动更新组件
1 parent f7b7672 commit 9770381

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/ComputerLock.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Authors>九零</Authors>
55
<Product>透明锁屏</Product>
6-
<Version>1.2.15.19</Version>
6+
<Version>1.2.16.20</Version>
77
<Nullable>enable</Nullable>
88

99
<OutputType>WinExe</OutputType>
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="JiuLing.AutoUpgrade" Version="1.2.9" />
18-
<PackageReference Include="JiuLing.CommonLibs" Version="1.5.8" />
17+
<PackageReference Include="JiuLing.AutoUpgrade" Version="2.0.0" />
18+
<PackageReference Include="JiuLing.CommonLibs" Version="1.6.6" />
1919
<PackageReference Include="JiuLing.Controls.WinForms" Version="0.0.3" />
2020
</ItemGroup>
2121

src/FmMain.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
using System.IO;
1212
using System.Threading.Tasks;
1313
using System.Windows.Forms;
14+
using JiuLing.AutoUpgrade.Shared;
1415

1516
namespace ComputerLock
1617
{
@@ -176,6 +177,7 @@ await Task.Run(() =>
176177
.SetUpgrade(config =>
177178
{
178179
config.IsBackgroundCheck = isBackgroundCheck;
180+
config.Theme = ThemeEnum.Light;
179181
config.IsCheckSign = true;
180182
})
181183
.Run();

0 commit comments

Comments
 (0)