We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038f1c3 commit ef48276Copy full SHA for ef48276
CommonLibrary/Common.cs
@@ -12,7 +12,7 @@ static CommonLibrary()
12
{
13
//初始化模版的版本号
14
//预计第一个正式发行的版本为1.1.0 日期为2017-08-10
15
- SoftBasic.FrameworkVersion = new SystemVersion("1.0.4");
+ SoftBasic.FrameworkVersion = new SystemVersion("1.0.5");
16
17
}
18
0 commit comments