File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Scripts/Services/Conversation Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ ## Version 0.13.0
4+ _ 2016-12-2_
5+
6+ * Fix: Increased conversation version.
7+ * Fix: Fixed infinite loop in Conversation service example.
8+
39## Version 0.12.0
410_ 2016-11-4_
11+
512* New: Added streaming ` SpeechToText ` example.
613* New: Abstraction for ` Personality Insights V3 `
714
815## Version 0.11.0
916_ 2016-10-27_
17+
1018* New: Abstracted ` Speech to Text ` customization methods.
1119
1220## Version 0.10.0
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ public class Version
303303 /// <summary>
304304 /// The version.
305305 /// </summary>
306- public const string VERSION = "2016-07-11 " ;
306+ public const string VERSION = "2016-09-20 " ;
307307 }
308308 #endregion
309309}
You can’t perform that action at this time.
0 commit comments