Skip to content

Commit a05e362

Browse files
committed
1、升级更新程序
1 parent a509d11 commit a05e362

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ ModelManifest.xml
7676
#Backup file
7777
*.bak
7878
.vs
79-
/src/Updates/Update

src/Common/GlobalArgs.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ public class GlobalArgs
2121
public static string AppConfigPath { get; set; } = Path.Combine(AppDataPath, AppName, "config.json");
2222

2323
public static AppConfigInfo AppConfig { get; set; }
24-
/// <summary>
25-
/// 自动更新配置文件路径
26-
/// </summary>
27-
public const string UpdateConfigPath = "/Updates/Update";
28-
29-
public static UpdateConfigInfo UpdateConfig { get; set; } = new();
30-
3124
public static string AppVersion { get; set; } = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version?.ToString();
3225

3326
}

src/FindDuplicateFiles.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Win32Resource />
1010
<Authors>九零</Authors>
1111
<Product>重复文件查找</Product>
12-
<Version>1.6.1</Version>
12+
<Version>1.6.2</Version>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
@@ -202,8 +202,8 @@
202202
</ItemGroup>
203203

204204
<ItemGroup>
205-
<PackageReference Include="JiuLing.AutoUpgrade" Version="1.1.3" />
206-
<PackageReference Include="JiuLing.CommonLibs" Version="1.1.30" />
205+
<PackageReference Include="JiuLing.AutoUpgrade" Version="1.2.1" />
206+
<PackageReference Include="JiuLing.CommonLibs" Version="1.2.1" />
207207
</ItemGroup>
208208

209209
<ItemGroup>

0 commit comments

Comments
 (0)