We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b776ed4 commit 5f5cc93Copy full SHA for 5f5cc93
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+Change Log
2
+==========
3
+## Version 0.2.0
4
+_2017-04-25_
5
+
6
+* New: Abstracted `Visual Recognition` service.
7
+* New: Completed `Speech to Text` abstraction.
8
+* New: Completed `Conversation` abstraction.
9
+* New: Integration and Unit tests.
10
+* New: Example service calls.
11
+* Fix: Enabled fail build on failed test in AppVeyor.
12
+* Fix: Fixed all integration and unit tests.
13
14
+## Version 0.1.0-alpha
15
+_2017-02-12_
16
17
+Initial alpha release of .NET Standard SDK. Service supported include:
18
+* Conversation
19
+* Speech to Text
20
+* Text to Speech
21
+* Language Translator
22
+* Personality Insights
23
+* Tone Analyzer
0 commit comments