File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace WindowsFormsApplication2
19
19
/// </summary>
20
20
public class Glob
21
21
{
22
- public static string Ver = "1.8.2 " ;
22
+ public static string Ver = "1.9.0 " ;
23
23
24
24
public static string Form = "雨天跟打器" + Bit + " v" + Ver + Project ;
25
25
Original file line number Diff line number Diff line change 11
11
[ assembly: AssemblyConfiguration ( "" ) ]
12
12
[ assembly: AssemblyCompany ( "Light" ) ]
13
13
[ assembly: AssemblyProduct ( "雨天跟打器" ) ]
14
- [ assembly: AssemblyCopyright ( "Copyright © Light 2021" ) ]
14
+ [ assembly: AssemblyCopyright ( "Copyright © 2021-2022 Light " ) ]
15
15
[ assembly: AssemblyTrademark ( "雨天跟打器" ) ]
16
16
[ assembly: AssemblyCulture ( "" ) ]
17
17
33
33
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
34
34
// 方法是按如下所示使用“*”:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "1.8.2 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "1.8.2 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "1.9.0 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.9.0 .0" ) ]
38
38
[ assembly: NeutralResourcesLanguageAttribute ( "zh-CN" ) ]
Original file line number Diff line number Diff line change 75
75
"Instra" : " " ,
76
76
"Content" : " 问题修复:\n 修复总记录字数计算不正确的问题;\n 修复某些情况下对照区滚动条滚动位置不正确的问题;" ,
77
77
"Other" : " "
78
+ },
79
+ {
80
+ "Version" : " 1.9.0" ,
81
+ "Date" : " 2022-05-28" ,
82
+ "Instra" : " " ,
83
+ "Content" : " 新功能:\n 添加支持选择文章镜像源的功能;\n 问题修复:\n 修复在跨越一天时今日跟打数可能显示不正确的问题;" ,
84
+ "Other" : " "
78
85
}
79
86
]
You can’t perform that action at this time.
0 commit comments