更新对话框版本信息
This commit is contained in:
parent
6a1fe1fa3f
commit
86b800c477
@ -22,7 +22,7 @@ namespace LinkToolAddin
|
||||
{
|
||||
internal class VersionButton : Button
|
||||
{
|
||||
private string version = "0.1.1";
|
||||
private string version = "0.1.3";
|
||||
protected override void OnClick()
|
||||
{
|
||||
MessageBox.Show($"当前LinkTool版本为{version}", "版本信息");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user