Skip to content

Commit 03aa8c8

Browse files
authored
Merge pull request #172 from watson-developer-cloud/rc-1.3.1
RC 1.3.1
2 parents f448d99 + c396f70 commit 03aa8c8

File tree

14 files changed

+26
-23
lines changed

14 files changed

+26
-23
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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.{build}
1+
version: 1.4.{build}
22
branches:
33
except:
44
- gh-pages

src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/MessageRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class MessageRequest
4242
/// </summary>
4343
/// <value>State information for the conversation. Continue a conversation by including the context object from the previous response.</value>
4444
[JsonProperty("context", NullValueHandling = NullValueHandling.Ignore)]
45-
public Context Context { get; set; }
45+
public dynamic Context { get; set; }
4646
/// <summary>
4747
/// Include the entities from the previous response when they do not need to change and to prevent Watson from trying to identify them.
4848
/// </summary>

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
```

0 commit comments

Comments
 (0)