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 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 >
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
Original file line number Diff line number Diff line change 1111using System . IO ;
1212using System . Threading . Tasks ;
1313using System . Windows . Forms ;
14+ using JiuLing . AutoUpgrade . Shared ;
1415
1516namespace 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 ( ) ;
You can’t perform that action at this time.
0 commit comments