Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump 1.6.1 #422

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading