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 d3113bc commit 3c13a96Copy full SHA for 3c13a96
CommonLibrary/Common.cs
@@ -25,7 +25,13 @@ static CommonLibrary()
25
*
26
**************************************************************************/
27
28
- SoftBasic.FrameworkVersion = new SystemVersion("1.1.0");
+ /**************************************************************************
29
+ *
30
+ * 时间:2017年7月18日 15:10:18 版本号:1.2.0
31
32
+ **************************************************************************/
33
+
34
+ SoftBasic.FrameworkVersion = new SystemVersion("1.2.0");
35
36
}
37
0 commit comments