Skip to content

Commit 32e4b08

Browse files
authored
Merge pull request #72 from watson-developer-cloud/development
Release with consistent version number
2 parents cbd851b + 2b2d96f commit 32e4b08

File tree

41 files changed

+129
-131
lines changed

Some content is hidden

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

41 files changed

+129
-131
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
COVERALLS_REPO_TOKEN:
99
secure: Dnsrk2n+VNE4swcbTLXpfnHwUwTWT8TqMiMkthU6mq/ohNq9dA2rrSA6kdLDBKME
1010
GH_TOKEN:
11-
secure: ahCkoZZovsAAEZz8fc09QDIH1VMyE1e946JiMb3by8eyp1pacKDq/S7EI//S2lqB
11+
secure: J0LjUlYl+lGJMLBcOgVF1m1I07nyr+8yFOMaNBA23RGLMJKvYnRlhmGWXp07ejgu
1212
install:
1313
- cmd: >-
1414
rm -rf packages
@@ -51,7 +51,7 @@ after_build:
5151
.\packages\Doxygen.1.8.13\tools\doxygen.exe Doxyfile
5252
git config --global user.email "[email protected]"
5353
git config --global user.name "Watson Github Bot"
54-
git clone --quiet --branch=gh-pages https://$env:[email protected]:watson-developer-cloud/dotnet-standard-sdk.git gh-pages
54+
git clone --quiet --branch=gh-pages https://$env:[email protected]/watson-developer-cloud/dotnet-standard-sdk.git gh-pages
5555
5656
If(Test-Path -Path gh-pages\docs\$branchName)
5757
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.Conversation": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.Conversation": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.LanguageTranslator": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.LanguageTranslator": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.PersonalityInsights": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.PersonalityInsights": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.SpeechToText": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.SpeechToText": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.TextToSpeech": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.TextToSpeech": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"dependencies": {
4-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
5-
"IBM.WatsonDeveloperCloud.ToneAnalyzer": "0.1.0-alpha",
4+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
5+
"IBM.WatsonDeveloperCloud.ToneAnalyzer": "0.1.1-alpha",
66
"Microsoft.AspNet.WebApi.Client": "5.2.3",
77
"Microsoft.NETCore.App": {
88
"type": "platform",

src/IBM.WatsonDeveloperCloud.Conversation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Conversation -Pre
1313
```JSON
1414

1515
"dependencies": {
16-
"IBM.WatsonDeveloperCloud.Conversation": "0.1.0-alpha"
16+
"IBM.WatsonDeveloperCloud.Conversation": "0.1.1-alpha"
1717
}
1818

1919
```

src/IBM.WatsonDeveloperCloud.Conversation/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"version": "0.1.0-alpha",
2+
"version": "0.1.1-alpha",
33
"title": "IBM.WatsonDeveloperCloud.Conversation",
44
"description": "IBM.WatsonDeveloperCloud.Conversation wraps the Watson Developer Cloud Conversation service (http://www.ibm.com/watson/developercloud/conversation.html)",
55
"dependencies": {
6-
"IBM.WatsonDeveloperCloud": "0.1.0-alpha",
6+
"IBM.WatsonDeveloperCloud": "0.1.1-alpha",
77
"NETStandard.Library": "1.6.0",
88
"Microsoft.AspNet.WebApi.Client": "5.2.3",
99
"Newtonsoft.Json": "9.0.1",

src/IBM.WatsonDeveloperCloud.Discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Discovery -Pre
1313
```JSON
1414
1515
"dependencies": {
16-
"IBM.WatsonDeveloperCloud.Discovery": "0.1.0-alpha"
16+
"IBM.WatsonDeveloperCloud.Discovery": "0.1.1-alpha"
1717
}
1818
1919
``` -->

0 commit comments

Comments
 (0)