Skip to content

Commit 9c73753

Browse files
authored
Merge pull request #479 from watson-developer-cloud/update-common
chore: update common package
2 parents ef2c6c5 + 1bc4fb3 commit 9c73753

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-5.2.0";
30+
public const string Version = "watson-apis-dotnet-standard-sdk-5.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>5.2.0</Version>
13+
<Version>5.2.1</Version>
1414
</PropertyGroup>
1515

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

0 commit comments

Comments
 (0)