diff --git a/aliyun-net-sdk-core/ChangeLog.md b/aliyun-net-sdk-core/ChangeLog.md index c344800013..2acd31a43f 100644 --- a/aliyun-net-sdk-core/ChangeLog.md +++ b/aliyun-net-sdk-core/ChangeLog.md @@ -1,3 +1,11 @@ +### 2019-07-08 Version 1.5.2 +* Deprecated Newtonsoft.Json package +* Convert json file to cs file +* Fixed URL builder +* Thread safe +* Remove net45 solution +* use DateTime.UtcNow instead of DateTime.Now + ### 2019-07-08 Version 1.5.1 * Fix RequestId is empty in exception message * Fix content type will null error diff --git a/aliyun-net-sdk-core/Properties/AssemblyInfo.cs b/aliyun-net-sdk-core/Properties/AssemblyInfo.cs index 9f1805e71f..a0cdc2fe7d 100644 --- a/aliyun-net-sdk-core/Properties/AssemblyInfo.cs +++ b/aliyun-net-sdk-core/Properties/AssemblyInfo.cs @@ -28,5 +28,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.5.1.0")] -[assembly: AssemblyFileVersion("1.5.1.0")] +[assembly: AssemblyVersion("1.5.2.0")] +[assembly: AssemblyFileVersion("1.5.2.0")] diff --git a/aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj b/aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj index 437302b689..82c1ac809f 100644 --- a/aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj +++ b/aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj @@ -3,7 +3,7 @@ netstandard2.0;net45 Aliyun.Acs.Core - 1.5.1 + 1.5.2 Alibaba Cloud alibaba aliyun SDK core ©2009-2019 Alibaba Cloud