Skip to content

Commit 0655764

Browse files
committed
build(Bumpversion): Updated .bumpversion.cfg for example files
1 parent 1c0977a commit 0655764

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

.bumpversion.cfg

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,51 @@ message = docs: Update version numbers from {current_version} -> {new_version}
77
search = {current_version}
88
replace = {new_version}
99

10-
[bumpversion:file:examples\IBM.Watson.Assistant.v2.Example\IBM.Watson.Assistant.v2.Example.csproj]
10+
[bumpversion:file:examples\IBM.Watson.Assistant.v1.Example\IBM.Watson.Assistant.v1.Examples.csproj]
1111
search = {current_version}
1212
replace = {new_version}
1313

14-
[bumpversion:file:examples\IBM.Watson.Discovery.v1.Example\IBM.Watson.Discovery.v1.Example.csproj]
14+
[bumpversion:file:examples\IBM.Watson.Assistant.v2.Example\IBM.Watson.Assistant.v2.Examples.csproj]
1515
search = {current_version}
1616
replace = {new_version}
1717

18-
[bumpversion:file:examples\IBM.Watson.LanguageTranslator.v3.Example\IBM.Watson.LanguageTranslator.v3.Example.csproj]
18+
[bumpversion:file:examples\IBM.Watson.CompareComply.v1.Example\IBM.Watson.CompareComply.v1.Examples.csproj]
1919
search = {current_version}
2020
replace = {new_version}
2121

22-
[bumpversion:file:examples\IBM.Watson.NaturalLanguageUnderstanding.v1.Ex\IBM.Watson.NaturalLanguageUnderstanding.v1.Example.csproj]
22+
[bumpversion:file:examples\IBM.Watson.Discovery.v1.Example\IBM.Watson.Discovery.v1.Examples.csproj]
2323
search = {current_version}
2424
replace = {new_version}
2525

26-
[bumpversion:file:examples\IBM.Watson.PersonalityInsights.v3.Example\IBM.Watson.PersonalityInsights.v3.Example.csproj]
26+
[bumpversion:file:examples\IBM.Watson.LanguageTranslator.v3.Example\IBM.Watson.LanguageTranslator.v3.Examples.csproj]
2727
search = {current_version}
2828
replace = {new_version}
2929

30-
[bumpversion:file:examples\IBM.Watson.SpeechToText.v1.Example\IBM.Watson.SpeechToText.v1.Example.csproj]
30+
[bumpversion:file:examples\IBM.Watson.NaturalLanguageClassifier.v1.Ex\IBM.Watson.NaturalLanguageClassifier.v1.Examples.csproj]
3131
search = {current_version}
3232
replace = {new_version}
3333

34-
[bumpversion:file:examples\IBM.Watson.ToneAnalyzer.v3.Example\IBM.Watson.ToneAnalyzer.v3.Example.csproj]
34+
[bumpversion:file:examples\IBM.Watson.NaturalLanguageUnderstanding.v1.Ex\IBM.Watson.NaturalLanguageUnderstanding.v1.Examples.csproj]
35+
search = {current_version}
36+
replace = {new_version}
37+
38+
[bumpversion:file:examples\IBM.Watson.PersonalityInsights.v3.Example\IBM.Watson.PersonalityInsights.v3.Examples.csproj]
39+
search = {current_version}
40+
replace = {new_version}
41+
42+
[bumpversion:file:examples\IBM.Watson.SpeechToText.v1.Example\IBM.Watson.SpeechToText.v1.Examples.csproj]
43+
search = {current_version}
44+
replace = {new_version}
45+
46+
[bumpversion:file:examples\IBM.Watson.TextToSpeech.v1.Example\IBM.Watson.TextToSpeech.v1.Examples.csproj]
47+
search = {current_version}
48+
replace = {new_version}
49+
50+
[bumpversion:file:examples\IBM.Watson.ToneAnalyzer.v3.Example\IBM.Watson.ToneAnalyzer.v3.Examples.csproj]
51+
search = {current_version}
52+
replace = {new_version}
53+
54+
[bumpversion:file:examples\IBM.Watson.VisualRecognition.v3.Example\IBM.Watson.VisualRecognition.v3.Examples.csproj]
3555
search = {current_version}
3656
replace = {new_version}
3757

0 commit comments

Comments
 (0)