Skip to content

Commit

Permalink
Bump 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPanZou committed Sep 18, 2024
1 parent a4ac68e commit a62a358
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions aliyun-net-sdk-core/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2024-09-18 Version 1.6.1
* Change fixed dependency of newtonsoft.json to scope dependency

### 2024-09-04 Version 1.6.0
* Support OIDC credentials provider.
* Add OIDC credentials provider into default credentials provider chain.
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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")]
4 changes: 2 additions & 2 deletions 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.6.0</Version>
<Version>1.6.1</Version>
<Authors>Alibaba Cloud</Authors>
<PackageTags>alibaba aliyun SDK core</PackageTags>
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)"/>
</ItemGroup>
<!-- Conditionally obtain references for the .NET Framework 4.5 target -->
<!-- .NET 4.5 references, compilation flags and build options -->
Expand Down

0 comments on commit a62a358

Please sign in to comment.