Skip to content

Commit

Permalink
更新1.0.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kosaka-bun committed May 2, 2023
1 parent 615792d commit 83645a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TrayIconRunner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 1.0.2
- 创建专用于接收`.tir`文件内容的类。
- 优化获取文件关联程序的方式。

## 1.0.1
-`.tir`文件添加`executor`键值对的定义,可利用它指定要打开的可执行程序。

Expand Down

0 comments on commit 83645a8

Please sign in to comment.