File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
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.1 " ;
22
+ public static string Ver = "1.8.2 " ;
23
23
24
24
public static string Form = "雨天跟打器" + Bit + " v" + Ver + Project ;
25
25
Original file line number Diff line number Diff line change 33
33
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
34
34
// 方法是按如下所示使用“*”:
35
35
// [assembly: AssemblyVersion("1.0.*")]
36
- [ assembly: AssemblyVersion ( "1.8.1 .0" ) ]
37
- [ assembly: AssemblyFileVersion ( "1.8.1 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "1.8.2 .0" ) ]
37
+ [ assembly: AssemblyFileVersion ( "1.8.2 .0" ) ]
38
38
[ assembly: NeutralResourcesLanguageAttribute ( "zh-CN" ) ]
Original file line number Diff line number Diff line change 68
68
"Instra" : " " ,
69
69
"Content" : " 问题修复:\n 修复在跟打一部分内容后重打时滚动条渲染出错的问题;\n 修复有可能允许同时运行多个主程序的问题;" ,
70
70
"Other" : " "
71
+ },
72
+ {
73
+ "Version" : " 1.8.2" ,
74
+ "Date" : " 2022-01-03" ,
75
+ "Instra" : " " ,
76
+ "Content" : " 问题修复:\n 修复总记录字数计算不正确的问题;\n 修复某些情况下对照区滚动条滚动位置不正确的问题;" ,
77
+ "Other" : " "
71
78
}
72
79
]
You can’t perform that action at this time.
0 commit comments