diff --git a/aliyun-net-sdk-core/ChangeLog.md b/aliyun-net-sdk-core/ChangeLog.md index 88d174c87..68b4551b0 100644 --- a/aliyun-net-sdk-core/ChangeLog.md +++ b/aliyun-net-sdk-core/ChangeLog.md @@ -1,3 +1,7 @@ +### 2024-09-04 Version 1.6.0 +* Support OIDC credentials provider. +* Add OIDC credentials provider into default credentials provider chain. + ### 2021-12-07 Version 1.5.11 * Add Endpoint for SLB. diff --git a/aliyun-net-sdk-core/Properties/AssemblyInfo.cs b/aliyun-net-sdk-core/Properties/AssemblyInfo.cs index 9d9a78dbd..c6eccc1bd 100644 --- a/aliyun-net-sdk-core/Properties/AssemblyInfo.cs +++ b/aliyun-net-sdk-core/Properties/AssemblyInfo.cs @@ -29,6 +29,6 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.5.11.0")] -[assembly: AssemblyFileVersion("1.5.11.0")] -[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")] \ No newline at end of file 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 37169c7cc..a5b368ca6 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.11 + 1.6.0 Alibaba Cloud alibaba aliyun SDK core ©2009-2019 Alibaba Cloud