Skip to content

Commit b776ed4

Browse files
committed
removed -Pre on all install commands in readme
1 parent 82ff489 commit b776ed4

File tree

8 files changed

+8
-8
lines changed
  • src
    • IBM.WatsonDeveloperCloud.Conversation
    • IBM.WatsonDeveloperCloud.Discovery
    • IBM.WatsonDeveloperCloud.LanguageTranslator
    • IBM.WatsonDeveloperCloud.PersonalityInsights
    • IBM.WatsonDeveloperCloud.SpeechToText
    • IBM.WatsonDeveloperCloud.TextToSpeech
    • IBM.WatsonDeveloperCloud.ToneAnalyzer
    • IBM.WatsonDeveloperCloud.VisualRecognition

8 files changed

+8
-8
lines changed

src/IBM.WatsonDeveloperCloud.Conversation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ With the IBM Watson™ [Conversation][conversation] service, you can create an a
66
#### Nuget
77
```
88
9-
PM > Install-Package IBM.WatsonDeveloperCloud.Conversation -Pre
9+
PM > Install-Package IBM.WatsonDeveloperCloud.Conversation
1010
1111
```
1212
#### Project.json

src/IBM.WatsonDeveloperCloud.Discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The IBM Watson™ [Discovery][discovery] service will be abstracted into the .NE
66
#### Nuget
77
```
88
9-
PM > Install-Package IBM.WatsonDeveloperCloud.Discovery -Pre
9+
PM > Install-Package IBM.WatsonDeveloperCloud.Discovery
1010
1111
```
1212
#### Project.json

src/IBM.WatsonDeveloperCloud.LanguageTranslator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#### Nuget
99
```
1010
11-
PM > Install-Package IBM.WatsonDeveloperCloud.LanguageTranslator -Pre
11+
PM > Install-Package IBM.WatsonDeveloperCloud.LanguageTranslator
1212
1313
```
1414
#### Project.json

src/IBM.WatsonDeveloperCloud.PersonalityInsights/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For information about the meaning of the models that the service uses to describ
1010
#### Nuget
1111
```
1212
13-
PM > Install-Package IBM.WatsonDeveloperCloud.PersonalityInsights -Pre
13+
PM > Install-Package IBM.WatsonDeveloperCloud.PersonalityInsights
1414
1515
```
1616
#### Project.json

src/IBM.WatsonDeveloperCloud.SpeechToText/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The IBM® [Speech to Text][speech-to-text] service provides an API that enables
66
#### Nuget
77
```
88
9-
PM > Install-Package IBM.WatsonDeveloperCloud.SpeechToText -Pre
9+
PM > Install-Package IBM.WatsonDeveloperCloud.SpeechToText
1010
1111
```
1212
#### Project.json

src/IBM.WatsonDeveloperCloud.TextToSpeech/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Text to Speech API consists of the following groups of related calls:
2020
#### Nuget
2121
```
2222
23-
PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer -Pre
23+
PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer
2424
2525
```
2626
#### Project.json

src/IBM.WatsonDeveloperCloud.ToneAnalyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The IBM Watson™ [Tone Analyzer Service][tone-analyzer] uses linguistic analysi
66
#### Nuget
77
```
88
9-
PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer -Pre
9+
PM > Install-Package IBM.WatsonDeveloperCloud.ToneAnalyzer
1010
1111
```
1212
#### Project.json

src/IBM.WatsonDeveloperCloud.VisualRecognition/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The IBM Watson™ [Visual Recognition][visual-recognition] service uses deep lea
55
#### Nuget
66
```
77
8-
PM > Install-Package IBM.WatsonDeveloperCloud.VisualRecognition -Pre
8+
PM > Install-Package IBM.WatsonDeveloperCloud.VisualRecognition
99
1010
```
1111
#### Project.json

0 commit comments

Comments
 (0)