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 1
1
Change Log
2
2
==========
3
+ ## Version 0.6.1
4
+ _ 2016-07-17_
5
+
6
+ * Fix: Updated documentation
7
+
3
8
## Version 0.6.0
4
9
5
10
_ 2016-07-15_
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ public static class Path
38
38
/// <summary>
39
39
/// Cache folder to customize a parent folder for cache directory
40
40
/// </summary>
41
- public static string CACHE_FOLDER = "" ; //It needs to start with /
41
+ public static string CACHE_FOLDER = "" ; //It needs to start with /
42
42
/// <summary>
43
43
/// Log folder to customize a parent folder for logs
44
44
/// </summary>
45
- public static string LOG_FOLDER = "" ; //It needs to start with /
45
+ public static string LOG_FOLDER = "" ; //It needs to start with /
46
46
}
47
47
48
48
/// <summary>
@@ -66,7 +66,7 @@ public static class Resources
66
66
public static class String
67
67
{
68
68
/// <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 " ;
70
70
/// <exclude />
71
71
public const string DEBUG_DISPLAY_QUALITY = "Quality: {0}" ;
72
72
}
You can’t perform that action at this time.
0 commit comments