Skip to content

Commit 60e752e

Browse files
committed
chore(Core Version): Bump core version to 1.0.0, restore sdk version to 3.5.0
1 parent b1178ab commit 60e752e

File tree

49 files changed

+466
-466
lines changed

Some content is hidden

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

49 files changed

+466
-466
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
3-
current_version = 4.0.0-rc1
3+
current_version = 3.5.0
44
message = docs: Update version numbers from {current_version} -> {new_version}
55

66
[bumpversion:file:Doxyfile]

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 = 4.0.0-rc1
41+
PROJECT_NUMBER = 3.5.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

examples/IBM.Watson.Assistant.v2.Examples/IBM.Watson.Assistant.v2.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.CompareComply.v1.Examples/IBM.Watson.CompareComply.v1.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.Discovery.v1.Examples/IBM.Watson.Discovery.v1.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.LanguageTranslator.v3.Examples/IBM.Watson.LanguageTranslator.v3.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.NaturalLangaugeClassifier.v1.Examples/IBM.Watson.NaturalLangaugeClassifier.v1.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.NaturalLanguageUnderstanding.v1.Examples/IBM.Watson.NaturalLanguageUnderstanding.v1.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.PersonalityInsights.v3.Examples/IBM.Watson.PersonalityInsights.v3.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

examples/IBM.Watson.SpeechToText.v1.Examples/IBM.Watson.SpeechToText.v1.Examples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc91" />
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)