File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ ## Version 0.6.1
4+ _ 2016-07-17_
5+
6+ * Fix: Updated documentation
7+
38## Version 0.6.0
49
510_ 2016-07-15_
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ public static class Path
3838 /// <summary>
3939 /// Cache folder to customize a parent folder for cache directory
4040 /// </summary>
41- public static string CACHE_FOLDER = "" ; //It needs to start with /
41+ public static string CACHE_FOLDER = "" ; //It needs to start with /
4242 /// <summary>
4343 /// Log folder to customize a parent folder for logs
4444 /// </summary>
45- public static string LOG_FOLDER = "" ; //It needs to start with /
45+ public static string LOG_FOLDER = "" ; //It needs to start with /
4646 }
4747
4848 /// <summary>
@@ -66,7 +66,7 @@ public static class Resources
6666 public static class String
6767 {
6868 /// <exclude />
69- public const string VERSION = "watson-developer-cloud-unity-sdk-0.6.0 " ;
69+ public const string VERSION = "watson-developer-cloud-unity-sdk-0.6.1 " ;
7070 /// <exclude />
7171 public const string DEBUG_DISPLAY_QUALITY = "Quality: {0}" ;
7272 }
You can’t perform that action at this time.
0 commit comments