Skip to content

Commit 38e4007

Browse files
committed
versioned project to 1.2.0, updated changelog, updated Conversation readme
1 parent 6042c5b commit 38e4007

File tree

49 files changed

+115
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+115
-96
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22
==========
3+
## Version 1.2.0
4+
_2017-07-18_
5+
* Fix: Update input and context in MessageRequest and MessageResponse for `Conversation` to be dynamic.
6+
* Fix: Changes in error handling to check if return error is a string or json object.
7+
* New: Conversation example showing messaging with conversation context.
8+
39
## Version 1.1.0
410
_2017-06-30_
511
* Fix: Include support for Xamarin Android, Xamarin iOS and .NET Core App (4.6>).

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud .NET Standard SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.1.0
41+
PROJECT_NUMBER = 1.2.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

examples/IBM.WatsonDeveloperCloud.Conversation.v1.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"buildOptions": {
44
"emitEntryPoint": true
55
},
66

77
"dependencies": {
8-
"IBM.WatsonDeveloperCloud": "1.1.0",
9-
"IBM.WatsonDeveloperCloud.Conversation.v1": "1.1.0",
8+
"IBM.WatsonDeveloperCloud": "1.2.0",
9+
"IBM.WatsonDeveloperCloud.Conversation.v1": "1.2.0",
1010
"Microsoft.NETCore.App": {
1111
"type": "platform",
1212
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.Discovery.v1.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"buildOptions": {
44
"emitEntryPoint": true,
55
"copyToOutput": {
@@ -8,8 +8,8 @@
88
},
99

1010
"dependencies": {
11-
"IBM.WatsonDeveloperCloud": "1.1.0",
12-
"IBM.WatsonDeveloperCloud.Discovery.v1": "1.1.0",
11+
"IBM.WatsonDeveloperCloud": "1.2.0",
12+
"IBM.WatsonDeveloperCloud.Discovery.v1": "1.2.0",
1313
"Microsoft.NETCore.App": {
1414
"type": "platform",
1515
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.LanguageTranslator.v2.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "1.1.0",
5-
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "1.1.0",
4+
"IBM.WatsonDeveloperCloud": "1.2.0",
5+
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "1.2.0",
66
"Microsoft.NETCore.App": {
77
"type": "platform",
88
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1.Ex/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"buildOptions": {
44
"emitEntryPoint": true
55
},
66

77
"dependencies": {
8-
"IBM.WatsonDeveloperCloud": "1.1.0",
9-
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "1.1.0",
8+
"IBM.WatsonDeveloperCloud": "1.2.0",
9+
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "1.2.0",
1010
"Microsoft.NETCore.App": {
1111
"type": "platform",
1212
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.PersonalityInsights.v3.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "1.1.0",
5-
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "1.1.0",
4+
"IBM.WatsonDeveloperCloud": "1.2.0",
5+
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "1.2.0",
66
"Microsoft.NETCore.App": {
77
"type": "platform",
88
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.SpeechToText.v1.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "1.1.0",
5-
"IBM.WatsonDeveloperCloud.SpeechToText.v1": "1.1.0",
4+
"IBM.WatsonDeveloperCloud": "1.2.0",
5+
"IBM.WatsonDeveloperCloud.SpeechToText.v1": "1.2.0",
66
"Microsoft.NETCore.App": {
77
"type": "platform",
88
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.TextToSpeech.v1.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "1.1.0",
5-
"IBM.WatsonDeveloperCloud.TextToSpeech.v1": "1.1.0",
4+
"IBM.WatsonDeveloperCloud": "1.2.0",
5+
"IBM.WatsonDeveloperCloud.TextToSpeech.v1": "1.2.0",
66
"Microsoft.NETCore.App": {
77
"type": "platform",
88
"version": "1.0.1"

examples/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3.Example/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.1.0",
2+
"version": "1.2.0",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "1.1.0",
5-
"IBM.WatsonDeveloperCloud.ToneAnalyzer.v3": "1.1.0",
4+
"IBM.WatsonDeveloperCloud": "1.2.0",
5+
"IBM.WatsonDeveloperCloud.ToneAnalyzer.v3": "1.2.0",
66
"Microsoft.NETCore.App": {
77
"type": "platform",
88
"version": "1.0.1"

0 commit comments

Comments
 (0)