Skip to content

Commit

Permalink
chore(common): update common version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Apr 26, 2021
1 parent 0871138 commit af2fd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IBM.Watson.Common/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class Common
/// <summary>
/// The SDK version.
/// </summary>
public const string Version = "watson-apis-dotnet-standard-sdk-5.1.0";
public const string Version = "watson-apis-dotnet-standard-sdk-5.2.0-rc2";
private static string os;
private static string osVersion;
private static string frameworkDescription;
Expand Down
2 changes: 1 addition & 1 deletion src/IBM.Watson.Common/IBM.Watson.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
<Version>5.2.0-rc1</Version>
<Version>5.2.0-rc2</Version>
</PropertyGroup>

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

0 comments on commit af2fd25

Please sign in to comment.