File tree Expand file tree Collapse file tree 14 files changed +35
-32
lines changed
IBM.WatsonDeveloperCloud.Conversation.v1
IBM.WatsonDeveloperCloud.Discovery.v1
IBM.WatsonDeveloperCloud.LanguageTranslator.v2
IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1
IBM.WatsonDeveloperCloud.PersonalityInsights.v3
IBM.WatsonDeveloperCloud.SpeechToText.v1
IBM.WatsonDeveloperCloud.TextToSpeech.v1
IBM.WatsonDeveloperCloud.ToneAnalyzer.v3
IBM.WatsonDeveloperCloud.VisualRecognition.v3
test/IBM.WatsonDeveloperCloud.ToneAnalyzer.v3.IntegrationTests Expand file tree Collapse file tree 14 files changed +35
-32
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
3+ ## Version 1.1.0
4+ _ 2017-06-30_
5+ * Fix: Include support for Xamarin Android, Xamarin iOS and .NET Core App (4.6>).
6+
37## Version 1.0.0
48_ 2017-06_19_
59* Breaking Change: Refactor SDK to integrate generated services including adding service version to the package namespace.
Original file line number Diff line number Diff 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.0 .0
41+ PROJECT_NUMBER = 1.1 .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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Conversation.v1
1515``` JSON
1616
1717"dependencies" : {
18- "IBM.WatsonDeveloperCloud.Conversation.v1" : " 1.0 .0"
18+ "IBM.WatsonDeveloperCloud.Conversation.v1" : " 1.1 .0"
1919}
2020
2121```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Discovery.v1
1414``` JSON
1515
1616"dependencies" : {
17- "IBM.WatsonDeveloperCloud.Discovery.v1" : " 1.0 .0"
17+ "IBM.WatsonDeveloperCloud.Discovery.v1" : " 1.1 .0"
1818}
1919
2020```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.LanguageTranslator.v2
1515``` JSON
1616
1717"dependencies" : {
18- "IBM.WatsonDeveloperCloud.LanguageTranslator.v2" : " 1.0 .0"
18+ "IBM.WatsonDeveloperCloud.LanguageTranslator.v2" : " 1.1 .0"
1919}
2020
2121```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1
1414``` JSON
1515
1616"dependencies" : {
17- "IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1" : " 1.0 .0"
17+ "IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1" : " 1.1 .0"
1818}
1919
2020```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.PersonalityInsights.v3
1919``` JSON
2020
2121"dependencies" : {
22- "IBM.WatsonDeveloperCloud.PersonalityInsights.v3" : " 1.0 .0"
22+ "IBM.WatsonDeveloperCloud.PersonalityInsights.v3" : " 1.1 .0"
2323}
2424
2525```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.SpeechToText.v1
1515``` JSON
1616
1717"dependencies" : {
18- "IBM.WatsonDeveloperCloud.SpeechToText.v1" : " 1.0 .0"
18+ "IBM.WatsonDeveloperCloud.SpeechToText.v1" : " 1.1 .0"
1919}
2020
2121```
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.TextToSpeech.v1
2929``` JSON
3030
3131"dependencies" : {
32- "IBM.WatsonDeveloperCloud.TextToSpeech.v1" : " 1.0 .0"
32+ "IBM.WatsonDeveloperCloud.TextToSpeech.v1" : " 1.1 .0"
3333}
3434
3535```
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer.v3
1515``` JSON
1616
1717"dependencies" : {
18- "IBM.WatsonDeveloperCloud.ToneAnalyzer.v3" : " 1.0 .0"
18+ "IBM.WatsonDeveloperCloud.ToneAnalyzer.v3" : " 1.1 .0"
1919}
2020
2121```
You can’t perform that action at this time.
0 commit comments