Skip to content

Commit

Permalink
Core release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wb-hx510875 authored and JacksonTian committed Aug 20, 2019
1 parent 0a18fed commit e05942c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions aliyun-net-sdk-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions aliyun-net-sdk-core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<RootNamespace>Aliyun.Acs.Core</RootNamespace>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<Authors>Alibaba Cloud</Authors>
<PackageTags>alibaba aliyun SDK core</PackageTags>
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
Expand Down

0 comments on commit e05942c

Please sign in to comment.