Skip to content

Commit

Permalink
Bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPanZou authored and yndu13 committed Sep 4, 2024
1 parent a7cb8f4 commit a4ac68e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions aliyun-net-sdk-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.

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 @@ -29,6 +29,6 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.11.0")]
[assembly: AssemblyFileVersion("1.5.11.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")]
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.11</Version>
<Version>1.6.0</Version>
<Authors>Alibaba Cloud</Authors>
<PackageTags>alibaba aliyun SDK core</PackageTags>
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
Expand Down

0 comments on commit a4ac68e

Please sign in to comment.