File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2024-11-26 Version: 2.0.30
2
+ - Update DescribeApiMetering API.
3
+
1
4
2024-11-19 Version: 1.0.0
2
5
- Init.
3
6
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0;net45</TargetFrameworks >
5
5
<RootNamespace >Aliyun.Acs.Market</RootNamespace >
6
- <Version >2.0.29 </Version >
6
+ <Version >2.0.30 </Version >
7
7
<Authors >Alibaba Cloud</Authors >
8
8
<Copyright >©2009-2019 Alibaba Cloud</Copyright >
9
9
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
24
24
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
25
25
</PackageReference >
26
26
</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,)" />
29
29
</ItemGroup >
30
30
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
31
- <PackageReference Include =" Newtonsoft.Json" Version =" [6.0.1,)" />
32
31
<Reference Include =" mscorlib" />
33
32
<Reference Include =" System" />
34
33
<Reference Include =" System.Core" />
You can’t perform that action at this time.
0 commit comments