8000 update: 发版本 · chenxuuu/llcom@350f7f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 350f7f3

Browse files
committed
update: 发版本
1 parent acafe33 commit 350f7f3

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

WapProj/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="800948F61A16.llcom"
1111
Publisher="CN=33E7C5B3-A6A5-4489-B89F-4038AA5CC34B"
12-
Version="1.1.209.0" />
12+
Version="1.1.300.0" />
1313

1414
<Properties>
1515
<DisplayName>llcom</DisplayName>

changlog/autoUpdate.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.1.2.9</version>
3+
<version>1.1.3.0</version>
44
<url>https://llcom.papapoi.com/llcom.zip</url>
55
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
66
<mandatory mode="1">true</mandatory>

changlog/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111

1212
> 欢迎加入交流群:`931546484`
1313

14+
## LLCOM 1.1.3.0
15+
16+
新增:
17+
18+
- tcp客户端功能支持ssl
19+
20+
修复:
21+
22+
- 终端焦点丢失问题
23+
- 自定义串口波特率应该显示出来
24+
1425
## LLCOM 1.1.2.9
1526

1627
修复:

llcom/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252
//通过使用 "*",如下所示:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.2.9")]
55-
[assembly: AssemblyFileVersion("1.1.2.9")]
54+
[assembly: AssemblyVersion("1.1.3.0")]
55+
[assembly: AssemblyFileVersion("1.1.3.0")]
5656
[assembly: NeutralResourcesLanguage("zh-CN")]
5757

0 commit comments

Comments
 (0)
0