Skip to content

Commit ed3d90d

Browse files
PanPanZouyndu13
authored andcommitted
Bump 1.6.2
1 parent e58e1df commit ed3d90d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

aliyun-net-sdk-core/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2024-09-25 Version 1.6.2
2+
* Refactor default credentials provider
3+
14
### 2024-09-18 Version 1.6.1
25
* Change fixed dependency of newtonsoft.json to scope dependency
36

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("1.6.1.0")]
33-
[assembly: AssemblyFileVersion("1.6.1.0")]
32+
[assembly: AssemblyVersion("1.6.2.0")]
33+
[assembly: AssemblyFileVersion("1.6.2.0")]
3434
[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")]

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.6.1</Version>
6+
<Version>1.6.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)