From e05942cf65080aeaf30c2297d5f44f350bab154d Mon Sep 17 00:00:00 2001 From: wb-hx510875 Date: Tue, 20 Aug 2019 14:30:30 +0800 Subject: [PATCH] Core release version 1.5.2 --- aliyun-net-sdk-core/ChangeLog.md | 8 ++++++++ aliyun-net-sdk-core/Properties/AssemblyInfo.cs | 4 ++-- aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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