We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826659d commit eee7bc5Copy full SHA for eee7bc5
CommonLibrary/Common.cs
@@ -19,10 +19,13 @@ static CommonLibrary()
19
**************************************************************************/
20
21
22
+ /**************************************************************************
23
+ *
24
+ * 时间:2017年7月7日 14:11:35 版本号:1.1.0
25
26
+ **************************************************************************/
27
- //初始化模版的版本号
- //预计第一个正式发行的版本为1.1.0 日期为2017-08-10
- SoftBasic.FrameworkVersion = new SystemVersion("1.0.7");
28
+ SoftBasic.FrameworkVersion = new SystemVersion("1.1.0");
29
30
}
31
0 commit comments