Skip to content

Commit 9d80d73

Browse files
committed
Update DescribeApiMetering API.
1 parent fab1c98 commit 9d80d73

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-11-26 Version: 2.0.30
2+
- Update DescribeApiMetering API.
3+
14
2024-11-19 Version: 1.0.0
25
- Init.
36

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.Market</RootNamespace>
6-
<Version>2.0.29</Version>
6+
<Version>2.0.30</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
@@ -24,11 +24,10 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>
2626
</ItemGroup>
27-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
28-
<PackageReference Include="Newtonsoft.Json" Version="[9.0.1,)"/>
27+
<ItemGroup>
28+
<PackageReference Include="Newtonsoft.Json" Version="[13.0.1,)"/>
2929
</ItemGroup>
3030
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
31-
<PackageReference Include="Newtonsoft.Json" Version="[6.0.1,)"/>
3231
<Reference Include="mscorlib"/>
3332
<Reference Include="System"/>
3433
<Reference Include="System.Core"/>

0 commit comments

Comments
 (0)