正式发布1.1.0版本,下个版本1.2将主要围绕界面美化展开

This commit is contained in:
dathlin
2017-07-07 14:12:42 +08:00
parent 826659de78
commit eee7bc592d

View File

@@ -19,10 +19,13 @@ namespace CommonLibrary
**************************************************************************/
/**************************************************************************
*
* 时间2017年7月7日 14:11:35 版本号1.1.0
*
**************************************************************************/
//初始化模版的版本号
//预计第一个正式发行的版本为1.1.0 日期为2017-08-10
SoftBasic.FrameworkVersion = new SystemVersion("1.0.7");
SoftBasic.FrameworkVersion = new SystemVersion("1.1.0");
}