Skip to content

Commit e05942c

Browse files
wb-hx510875JacksonTian
authored andcommitted
Core release version 1.5.2
1 parent 0a18fed commit e05942c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

aliyun-net-sdk-core/ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 2019-07-08 Version 1.5.2
2+
* Deprecated Newtonsoft.Json package
3+
* Convert json file to cs file
4+
* Fixed URL builder
5+
* Thread safe
6+
* Remove net45 solution
7+
* use DateTime.UtcNow instead of DateTime.Now
8+
19
### 2019-07-08 Version 1.5.1
210
* Fix RequestId is empty in exception message
311
* Fix content type will null error

aliyun-net-sdk-core/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
// Build Number
2929
// Revision
3030
//
31-
[assembly: AssemblyVersion("1.5.1.0")]
32-
[assembly: AssemblyFileVersion("1.5.1.0")]
31+
[assembly: AssemblyVersion("1.5.2.0")]
32+
[assembly: AssemblyFileVersion("1.5.2.0")]

aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.Core</RootNamespace>
6-
<Version>1.5.1</Version>
6+
<Version>1.5.2</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<PackageTags>alibaba aliyun SDK core</PackageTags>
99
<Copyright>©2009-2019 Alibaba Cloud</Copyright>

0 commit comments

Comments
 (0)