Skip to content

Commit 2f6b069

Browse files
authored
Merge pull request #412 from watson-developer-cloud/hotfix-restore-categories-model
chore: Version common libraries
2 parents 328e229 + cbe4565 commit 2f6b069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IBM.Watson.Common/Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public partial class Common
2727
/// <summary>
2828
/// The SDK version.
2929
/// </summary>
30-
public const string Version = "watson-apis-dotnet-standard-sdk-4.2.0";
30+
public const string Version = "watson-apis-dotnet-standard-sdk-4.2.1";
3131
private static string os;
3232
private static string osVersion;
3333
private static string frameworkDescription;

src/IBM.Watson.Common/IBM.Watson.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
1111
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
1212
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
13-
<Version>4.2.0</Version>
13+
<Version>4.2.1</Version>
1414
</PropertyGroup>
1515

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

0 commit comments

Comments
 (0)