Skip to content

Commit 1657b38

Browse files
PanPanZouyndu13
authored andcommitted
Bump 1.6.1
1 parent a4ac68e commit 1657b38

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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-18 Version 1.6.1
2+
* Change fixed dependency of newtonsoft.json to scope dependency
3+
14
### 2024-09-04 Version 1.6.0
25
* Support OIDC credentials provider.
36
* Add OIDC credentials provider into default credentials provider chain.

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.0.0")]
33-
[assembly: AssemblyFileVersion("1.6.0.0")]
32+
[assembly: AssemblyVersion("1.6.1.0")]
33+
[assembly: AssemblyFileVersion("1.6.1.0")]
3434
[assembly: InternalsVisibleTo("Aliyun.Net.Credentials.UnitTests")]

aliyun-net-sdk-core/aliyun-net-sdk-core.vs2017.csproj

Lines changed: 2 additions & 2 deletions
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.0</Version>
6+
<Version>1.6.1</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<PackageTags>alibaba aliyun SDK core</PackageTags>
99
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

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

0 commit comments

Comments
 (0)