File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments