Skip to content

Commit c9b0b03

Browse files
authored
Merge pull request #173 from watson-developer-cloud/rc-1.3.1
Merge rc-1.3.1 into development
2 parents d93e03b + c396f70 commit c9b0b03

File tree

12 files changed

+24
-21
lines changed

12 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change Log
22
==========
3+
## Version 1.3.1
4+
* Fix: Change `Context` in `MessageRequest` to `dynamic`.
5+
36
## Version 1.3.0
47
_2018-01-07_
58
* New: Generate Language Translator service.

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.3.0
41+
PROJECT_NUMBER = 1.3.1
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

src/IBM.WatsonDeveloperCloud.Conversation.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Conversation.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Conversation.v1/)
22

33
### Conversation
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Conversation.v1
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.Conversation.v1": "1.3.0"
18+
"IBM.WatsonDeveloperCloud.Conversation.v1": "1.3.1"
1919
}
2020

2121
```

src/IBM.WatsonDeveloperCloud.Discovery.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Discovery.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Discovery.v1/)
22

33
### Discovery
44
The IBM Watson™ [Discovery][discovery] service makes it possible to rapidly build cognitive, cloud-based exploration applications that unlock actionable insights hidden in unstructured data - including your own proprietary data, as well as public and third-party data.
@@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Discovery.v1
1414
```JSON
1515

1616
"dependencies": {
17-
"IBM.WatsonDeveloperCloud.Discovery.v1": "1.3.0"
17+
"IBM.WatsonDeveloperCloud.Discovery.v1": "1.3.1"
1818
}
1919

2020
```

src/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/)
22

33
### Language Translator
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.LanguageTranslator.v2
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "1.3.0"
18+
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "1.3.1"
1919
}
2020

2121
```

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/)
22

33
### Natural Language Understanding
44
With [Natural Language Understanding][natural_language_understanding] developers can analyze semantic features of text input, including - categories, concepts, emotion, entities, keywords, metadata, relations, semantic roles, and sentiment.
@@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1
1414
```JSON
1515

1616
"dependencies": {
17-
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "1.3.0"
17+
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "1.3.1"
1818
}
1919

2020
```

src/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/)
22

33
### Personality Insights
44

@@ -19,7 +19,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.PersonalityInsights.v3
1919
```JSON
2020

2121
"dependencies": {
22-
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "1.3.0"
22+
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "1.3.1"
2323
}
2424

2525
```

src/IBM.WatsonDeveloperCloud.SpeechToText.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.SpeechToText.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.SpeechToText.v1/)
22

33
### Speech to Text
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.SpeechToText.v1
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.SpeechToText.v1": "1.3.0"
18+
"IBM.WatsonDeveloperCloud.SpeechToText.v1": "1.3.1"
1919
}
2020

2121
```

src/IBM.WatsonDeveloperCloud.TextToSpeech.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.TextToSpeech.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.TextToSpeech.v1/)
22

33
### Text to Speech
44

@@ -29,7 +29,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.TextToSpeech.v1
2929
```JSON
3030

3131
"dependencies": {
32-
"IBM.WatsonDeveloperCloud.TextToSpeech.v1": "1.3.0"
32+
"IBM.WatsonDeveloperCloud.TextToSpeech.v1": "1.3.1"
3333
}
3434

3535
```

src/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3/)
22

33
### Tone Analyzer
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer.v3
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.ToneAnalyzer.v3": "1.3.0"
18+
"IBM.WatsonDeveloperCloud.ToneAnalyzer.v3": "1.3.1"
1919
}
2020

2121
```

0 commit comments

Comments
 (0)