File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
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 -->
You can’t perform that action at this time.
0 commit comments