Skip to content

Commit

Permalink
update: 发版本
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Feb 20, 2023
1 parent 4cf76e8 commit 60ea5b9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/telji5j8r0v5001c?svg=true)](https://ci.appveyor.com/project/chenxuuu/llcom)
[![MIT](https://img.shields.io/static/v1.svg?label=license&message=Apache+2&color=blue)](https://github.com/chenxuuu/llcom/blob/master/LICENSE)
[![code-size](https://img.shields.io/github/languages/code-size/chenxuuu/llcom.svg)](https://github.com/chenxuuu/llcom/archive/master.zip)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fchenxuuu%2Fllcom.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fchenxuuu%2Fllcom?ref=badge_shield)

可运行lua脚本的高自由度串口调试工具。使用交流群:`931546484`

Expand Down Expand Up @@ -181,7 +180,3 @@ This project follows the [all-contributors](htts://github.com/all-contributors/a
## 特别感谢

[![icon-resharper](/image/icon-resharper.svg)](https://www.jetbrains.com/?from=LLCOM)


## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fchenxuuu%2Fllcom.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fchenxuuu%2Fllcom?ref=badge_large)
2 changes: 1 addition & 1 deletion WapProj/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="800948F61A16.llcom"
Publisher="CN=33E7C5B3-A6A5-4489-B89F-4038AA5CC34B"
Version="1.1.207.0" />
Version="1.1.208.0" />

<Properties>
<DisplayName>llcom</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion changlog/autoUpdate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.1.2.7</version>
<version>1.1.2.8</version>
<url>https://llcom.papapoi.com/llcom.zip</url>
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
<mandatory mode="1">true</mandatory>
Expand Down
8 changes: 8 additions & 0 deletions changlog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

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

## LLCOM 1.1.2.8

修复:

- 优化lua日志打印数据量特大时卡住ui的问题
- 更正打印Lua日志时顺序不对的BUG
- 修复弹窗提示不会置顶的bug

## LLCOM 1.1.2.7

修复:
Expand Down
4 changes: 2 additions & 2 deletions llcom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.7")]
[assembly: AssemblyFileVersion("1.1.2.7")]
[assembly: AssemblyVersion("1.1.2.8")]
[assembly: AssemblyFileVersion("1.1.2.8")]
[assembly: NeutralResourcesLanguage("zh-CN")]

0 comments on commit 60ea5b9

Please sign in to comment.