Skip to content

Commit f89060e

Browse files
docs: Update version numbers from 5.3.0 -> 6.0.0
1 parent 324df0c commit f89060e

File tree

27 files changed

+60
-60
lines changed

27 files changed

+60
-60
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 = 5.3.0
3+
current_version = 6.0.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 = 5.3.0
41+
PROJECT_NUMBER = 6.0.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.Watson.Assistant.v1/IBM.Watson.Assistant.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<Description>IBM.Watson.Assistant.v1 wraps the Watson Assistant service (http://www.ibm.com/watson/developercloud/assistant.html)</Description>
55
<AssemblyTitle>IBM.Watson.Assistant.v1</AssemblyTitle>
6-
<VersionPrefix>5.3.0</VersionPrefix>
6+
<VersionPrefix>6.0.0</VersionPrefix>
77
<Authors>IBM Watson</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>IBM.Watson.Assistant.v1</AssemblyName>
1010
<PackageId>IBM.Watson.Assistant.v1</PackageId>
1111
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
1212
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
14-
<Version>5.3.0</Version>
14+
<Version>6.0.0</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="IBM.Watson.Common" Version="5.3.0" />
37+
<PackageReference Include="IBM.Watson.Common" Version="6.0.0" />
3838
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.1" />
3939
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
4040
<PackageReference Include="JsonSubTypes" Version="1.6.0" />

src/IBM.Watson.Assistant.v1/Test/Integration/IBM.Watson.Assistant.v1.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>5.3.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<AssemblyName>IBM.Watson.Assistant.v1.IntegrationTests</AssemblyName>
77
<PackageId>IBM.Watson.Assistant.v1.IntegrationTests</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.3.0</Version>
12+
<Version>6.0.0</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/IBM.Watson.Assistant.v1/Test/Unit/IBM.Watson.Assistant.v1.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>5.3.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<AssemblyName>IBM.Watson.Assistant.v1.UnitTests</AssemblyName>
77
<PackageId>IBM.Watson.Assistant.v1.UnitTests</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.3.0</Version>
12+
<Version>6.0.0</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/IBM.Watson.Assistant.v2/IBM.Watson.Assistant.v2.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<Description>IBM.Watson.Assistant.v2 wraps the Watson Assistant service (http://www.ibm.com/watson/developercloud/assistant.html)</Description>
55
<AssemblyTitle>IBM.Watson.Assistant.v2</AssemblyTitle>
6-
<VersionPrefix>5.3.0</VersionPrefix>
6+
<VersionPrefix>6.0.0</VersionPrefix>
77
<Authors>IBM Watson</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>IBM.Watson.Assistant.v2</AssemblyName>
1010
<PackageId>IBM.Watson.Assistant.v2</PackageId>
1111
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
1212
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
14-
<Version>5.3.0</Version>
14+
<Version>6.0.0</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="IBM.Watson.Common" Version="5.3.0" />
37+
<PackageReference Include="IBM.Watson.Common" Version="6.0.0" />
3838
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.1" />
3939
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
4040
<PackageReference Include="JsonSubTypes" Version="1.6.0" />

src/IBM.Watson.Assistant.v2/Test/Integration/IBM.Watson.Assistant.v2.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>5.3.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<AssemblyName>IBM.Watson.Assistant.v2.IntTests</AssemblyName>
77
<PackageId>IBM.Watson.Assistant.v2.IntTests</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.3.0</Version>
12+
<Version>6.0.0</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/IBM.Watson.Assistant.v2/Test/Unit/IBM.Watson.Assistant.v2.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>5.3.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<AssemblyName>IBM.Watson.Assistant.v2.UnitTests</AssemblyName>
77
<PackageId>IBM.Watson.Assistant.v2.UnitTests</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.3.0</Version>
12+
<Version>6.0.0</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

src/IBM.Watson.Discovery.v1/IBM.Watson.Discovery.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<Description>IBM.Watson.Discovery.v1 wraps the Watson Discovery service (http://www.ibm.com/watson/developercloud/discovery.html)</Description>
55
<AssemblyTitle>IBM.Watson.Discovery.v1</AssemblyTitle>
6-
<VersionPrefix>5.3.0</VersionPrefix>
6+
<VersionPrefix>6.0.0</VersionPrefix>
77
<Authors>IBM Watson</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>IBM.Watson.Discovery.v1</AssemblyName>
1010
<PackageId>IBM.Watson.Discovery.v1</PackageId>
1111
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
1212
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
14-
<Version>5.3.0</Version>
14+
<Version>6.0.0</Version>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.3.1" />
38-
<PackageReference Include="IBM.Watson.Common" Version="5.3.0" />
38+
<PackageReference Include="IBM.Watson.Common" Version="6.0.0" />
3939
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
4040
<PackageReference Include="JsonSubTypes" Version="1.6.0" />
4141
</ItemGroup>

src/IBM.Watson.Discovery.v1/Test/Integration/IBM.Watson.Discovery.v1.IntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>5.3.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<AssemblyName>IBM.Watson.Discovery.v1.IntegrationTests</AssemblyName>
77
<PackageId>IBM.Watson.Discovery.v1.IntegrationTests</PackageId>
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<Version>5.3.0</Version>
12+
<Version>6.0.0</Version>
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)