Skip to content

Commit a81e58a

Browse files
LightLight
Light
authored and
Light
committed
chore(release): 1.8.2
1 parent 537d2aa commit a81e58a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

WindowsFormsApplication2/Glob.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace WindowsFormsApplication2
1919
/// </summary>
2020
public class Glob
2121
{
22-
public static string Ver = "1.8.1";
22+
public static string Ver = "1.8.2";
2323

2424
public static string Form = "雨天跟打器" + Bit + " v" + Ver + Project;
2525

WindowsFormsApplication2/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
3434
// 方法是按如下所示使用“*”:
3535
// [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")]
3838
[assembly: NeutralResourcesLanguageAttribute("zh-CN")]

updates.json

+7
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,12 @@
6868
"Instra": "",
6969
"Content": "问题修复:\n修复在跟打一部分内容后重打时滚动条渲染出错的问题;\n修复有可能允许同时运行多个主程序的问题;",
7070
"Other": ""
71+
},
72+
{
73+
"Version": "1.8.2",
74+
"Date": "2022-01-03",
75+
"Instra": "",
76+
"Content": "问题修复:\n修复总记录字数计算不正确的问题;\n修复某些情况下对照区滚动条滚动位置不正确的问题;",
77+
"Other": ""
7178
}
7279
]

0 commit comments

Comments
 (0)