File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
## Version 0.12.0
4
- _ 2016_10_27 _
4
+ _ 2016-11-4 _
5
5
* New: Added streaming ` SpeechToText ` example.
6
6
* New: Abstraction for ` Personality Insights V3 `
7
7
8
8
## Version 0.11.0
9
- _ 2016_10_27 _
9
+ _ 2016-10-27 _
10
10
* New: Abstracted ` Speech to Text ` customization methods.
11
11
12
12
## Version 0.10.0
13
- _ 2016_09_23 _
13
+ _ 2016-09-23 _
14
14
15
15
* New: Added ` similarity search ` to the ` Visual Recognition ` service.
16
- * Fix: ` Touch Widget ` improvmements .
16
+ * Fix: ` Touch Widget ` improvements .
17
17
* Fix: Disabled 3rd Party plugin warnings.
18
18
* Fix: Removed ` Conversation ` Message overload method that takes only input and conversationID.
19
19
* Fix: Rewrote ` Conversation ` example script to show how to create MessageRequest object.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public static class Resources
62
62
public static class String
63
63
{
64
64
/// <exclude />
65
- public const string VERSION = "watson-developer-cloud-unity-sdk-0.11 .0" ;
65
+ public const string VERSION = "watson-developer-cloud-unity-sdk-0.12 .0" ;
66
66
/// <exclude />
67
67
public const string DEBUG_DISPLAY_QUALITY = "Quality: {0}" ;
68
68
}
You can’t perform that action at this time.
0 commit comments