Skip to content

Commit ba3f8b1

Browse files
docs: Update version numbers from 5.1.0 -> 5.2.0
1 parent e8e22e6 commit ba3f8b1

File tree

46 files changed

+89
-89
lines changed

Some content is hidden

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

46 files changed

+89
-89
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.1.0
3+
current_version = 5.2.0
44
message = docs: Update version numbers from {current_version} -> {new_version}
55

66
[bumpversion:file:appveyor.yml]

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.1.0
41+
PROJECT_NUMBER = 5.2.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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.1.0.{build}
1+
version: 5.2.0.{build}
22
branches:
33
except:
44
- gh-pages

src/IBM.Watson.Assistant.v1/IBM.Watson.Assistant.v1.csproj

Lines changed: 2 additions & 2 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.1.0</VersionPrefix>
6+
<VersionPrefix>5.2.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.1.0</Version>
14+
<Version>5.2.0</Version>
1515
</PropertyGroup>
1616

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

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.1.0</VersionPrefix>
4+
<VersionPrefix>5.2.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.1.0</Version>
12+
<Version>5.2.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.1.0</VersionPrefix>
4+
<VersionPrefix>5.2.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.1.0</Version>
12+
<Version>5.2.0</Version>
1313
</PropertyGroup>
1414

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

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

Lines changed: 2 additions & 2 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.1.0</VersionPrefix>
6+
<VersionPrefix>5.2.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.1.0</Version>
14+
<Version>5.2.0</Version>
1515
</PropertyGroup>
1616

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

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.1.0</VersionPrefix>
4+
<VersionPrefix>5.2.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.1.0</Version>
12+
<Version>5.2.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.1.0</VersionPrefix>
4+
<VersionPrefix>5.2.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.1.0</Version>
12+
<Version>5.2.0</Version>
1313
</PropertyGroup>
1414

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

src/IBM.Watson.CompareComply.v1/IBM.Watson.CompareComply.v1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<Description>IBM.Watson.CompareComply.v1 wraps the Watson Compare Comply service (http://www.ibm.com/watson/developercloud/compare-comply.html)</Description>
55
<AssemblyTitle>IBM.Watson.CompareComply.v1</AssemblyTitle>
6-
<VersionPrefix>5.1.0</VersionPrefix>
6+
<VersionPrefix>5.2.0</VersionPrefix>
77
<Authors>IBM Watson</Authors>
88
<TargetFramework>netstandard2.0</TargetFramework>
99
<AssemblyName>IBM.Watson.CompareComply.v1</AssemblyName>
1010
<PackageId>IBM.Watson.CompareComply.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.1.0</Version>
14+
<Version>5.2.0</Version>
1515
</PropertyGroup>
1616

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

0 commit comments

Comments
 (0)