1. 增加 README 说明

2. 增加 一张运行时截图
3. 修改 版本号为 0.1.0.3 因为当前为未完成版本
This commit is contained in:
筱傑 2021-04-28 22:27:50 +08:00
parent 4193bbe512
commit 2314afa9f3
3 changed files with 5 additions and 1 deletions

BIN
Docs/RunningImage1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyVersion("0.1.0.3")]
[assembly: AssemblyFileVersion("1.0.0.0")]

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# KeyGo
通过注册热键 启动/切换到/最小化 预设应用的小工具
![运行截图](Docs\RunningImage1.png)