Skip to content

Commit 2c54a50

Browse files
authored
Merge pull request #123 from watson-developer-cloud/rc-1.1.0
Rc 1.1.0
2 parents 3942753 + b0793f3 commit 2c54a50

File tree

14 files changed

+35
-32
lines changed

14 files changed

+35
-32
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Change 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.

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)