File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Authors >九零</Authors >
5
5
<Product >透明锁屏</Product >
6
- <Version >1.2.15.19 </Version >
6
+ <Version >1.2.16.20 </Version >
7
7
<Nullable >enable</Nullable >
8
8
9
9
<OutputType >WinExe</OutputType >
14
14
</PropertyGroup >
15
15
16
16
<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 " />
19
19
<PackageReference Include =" JiuLing.Controls.WinForms" Version =" 0.0.3" />
20
20
</ItemGroup >
21
21
Original file line number Diff line number Diff line change 11
11
using System . IO ;
12
12
using System . Threading . Tasks ;
13
13
using System . Windows . Forms ;
14
+ using JiuLing . AutoUpgrade . Shared ;
14
15
15
16
namespace ComputerLock
16
17
{
@@ -176,6 +177,7 @@ await Task.Run(() =>
176
177
. SetUpgrade ( config =>
177
178
{
178
179
config . IsBackgroundCheck = isBackgroundCheck ;
180
+ config . Theme = ThemeEnum . Light ;
179
181
config . IsCheckSign = true ;
180
182
} )
181
183
. Run ( ) ;
You can’t perform that action at this time.
0 commit comments