Skip to content

Commit 93e7519

Browse files
committed
0.39.7
1 parent b260098 commit 93e7519

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CLRSharp/CLRSharp/CLRSharp_Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public string version
1111
{
1212
get
1313
{
14-
return "0.39.6Beta";
14+
return "0.39.7Beta";
1515
}
1616
}
1717
public ICLRSharp_Logger logger

readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
用途,Unity3D热更(包括IOS平台)等
66
Beta阶段,有一定动手能力的小伙伴,已经可以将它用于实战
77
更新日志:
8+
2015-02-02 V0.39.7Beta
9+
修正了调用函数使用enum参数的问题
810
2015-01-30 V0.39.6Beta
911
修正了数值数组初始化的问题
1012
2015-01-30 V0.39.5Beta

0 commit comments

Comments
 (0)