File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 <PackageProjectUrl >https://github.com/JiuLing-zhang/JiuLing.CommonLibs</PackageProjectUrl >
88 <PackageIcon >nuget_icon.png</PackageIcon >
99 <PackageIconUrl />
10- <Version >1.6.2 </Version >
10+ <Version >1.6.3 </Version >
1111 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <PackageReadmeFile >README.md</PackageReadmeFile >
1313 <Copyright >Copyright (c) 2021 九零</Copyright >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class AppUpgradeInfo
1414 /// <summary>
1515 /// 版本号
1616 /// </summary>
17- public int VersionCode { get ; set ; }
17+ public int ? VersionCode { get ; set ; }
1818 /// <summary>
1919 /// 当前版本
2020 /// </summary>
@@ -42,10 +42,10 @@ public class AppUpgradeInfo
4242 /// <summary>
4343 /// 时间
4444 /// </summary>
45- public DateTime CreateTime { get ; set ; }
45+ public DateTime ? CreateTime { get ; set ; }
4646 /// <summary>
4747 /// 文件大小
4848 /// </summary>
49- public int FileLength { get ; set ; }
49+ public int ? FileLength { get ; set ; }
5050 }
5151}
You can’t perform that action at this time.
0 commit comments