Skip to content

Commit

Permalink
release 3.0.395
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed Oct 29, 2021
1 parent 084a7f6 commit 655e3fe
Show file tree
Hide file tree
Showing 229 changed files with 2,171 additions and 469 deletions.
448 changes: 416 additions & 32 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion TencentCloud/Aa/TencentCloudAa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{0FA5DA3C-0849-3409-A6FE-3F1F2840284F}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Aai/TencentCloudAai.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DBE7C036-D086-3EE9-A0E3-11ECB0643E24}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Advisor/TencentCloudAdvisor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{4CD0DF9B-4FE8-3573-9FD9-46CE7CD5A03A}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class DescribeTaskStrategyRisksResponse : AbstractModel

/// <summary>
/// 根据此配置,匹配风险实例列表(Risks)对应字段,例如:
/// {"Response":{"RequestId":"111","RiskFieldsDesc":[{"Field":"InstanceId","FieldName":"ID","FieldType":"string","FieldDict":{}},{"Field":"InstanceName","FieldName":"名称","FieldType":"string","FieldDict":{}},{"Field":"InstanceState","FieldName":"状态","FieldType":"string","FieldDict":{"LAUNCH_FAILED":"创建失败","PENDING":"创建中","REBOOTING":"重启中","RUNNING":"运行中","SHUTDOWN":"停止待销毁","STARTING":"开机中","STOPPED":"关机","STOPPING":"关机中","TERMINATING":"销毁中"}},{"Field":"Zone","FieldName":"可用区","FieldType":"string","FieldDict":{}},{"Field":"PrivateIPAddresses","FieldName":"IP地址(内)","FieldType":"stringSlice","FieldDict":{}},{"Field":"PublicIPAddresses","FieldName":"IP地址(公)","FieldType":"stringSlice","FieldDict":{}},{"Field":"Tags","FieldName":"标签","FieldType":"tags","FieldDict":{}}],"RiskTotalCount":1,"Risks":[{"InstanceId":"ins-diha6wb3","InstanceName":"tke_cls-13rigq6t_worker","InstanceState":"RUNNING","PrivateIPAddresses":["1.0.0.1"],"PublicIPAddresses":null,"Tags":null,"Zone":"ap-beijing-1"}],"StrategyId":9}}
/// {"Response":{"RequestId":"111","RiskFieldsDesc":[{"Field":"InstanceId","FieldName":"ID","FieldType":"string","FieldDict":{}},{"Field":"InstanceName","FieldName":"名称","FieldType":"string","FieldDict":{}},{"Field":"InstanceState","FieldName":"状态","FieldType":"string","FieldDict":{"LAUNCH_FAILED":"创建失败","PENDING":"创建中","REBOOTING":"重启中","RUNNING":"运行中","SHUTDOWN":"停止待销毁","STARTING":"开机中","STOPPED":"关机","STOPPING":"关机中","TERMINATING":"销毁中"}},{"Field":"Zone","FieldName":"可用区","FieldType":"string","FieldDict":{}},{"Field":"PrivateIPAddresses","FieldName":"IP地址(内)","FieldType":"stringSlice","FieldDict":{}},{"Field":"PublicIPAddresses","FieldName":"IP地址(公)","FieldType":"stringSlice","FieldDict":{}},{"Field":"Region","FieldName":"地域","FieldType":"string","FieldDict":{}},{"Field":"Tags","FieldName":"标签","FieldType":"tags","FieldDict":{}}],"RiskTotalCount":3,"Risks":"[{\"InstanceId\":\"ins-xxx1\",\"InstanceName\":\"xxx1\",\"InstanceState\":\"RUNNING\",\"PrivateIPAddresses\":[\"1.17.64.2\"],\"PublicIPAddresses\":null,\"Region\":\"ap-shanghai\",\"Tags\":null,\"Zone\":\"ap-shanghai-2\"},{\"InstanceId\":\"ins-xxx2\",\"InstanceName\":\"xxx2\",\"InstanceState\":\"RUNNING\",\"PrivateIPAddresses\":[\"1.17.64.11\"],\"PublicIPAddresses\":null,\"Region\":\"ap-shanghai\",\"Tags\":null,\"Zone\":\"ap-shanghai-2\"}]","StrategyId":9}}
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("RiskFieldsDesc")]
Expand All @@ -46,6 +46,13 @@ public class DescribeTaskStrategyRisksResponse : AbstractModel
[JsonProperty("RiskTotalCount")]
public ulong? RiskTotalCount{ get; set; }

/// <summary>
/// 风险实例详情列表,需要json decode
/// 注意:此字段可能返回 null,表示取不到有效值。
/// </summary>
[JsonProperty("Risks")]
public string Risks{ get; set; }

/// <summary>
/// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
/// </summary>
Expand All @@ -61,6 +68,7 @@ public override void ToMap(Dictionary<string, string> map, string prefix)
this.SetParamArrayObj(map, prefix + "RiskFieldsDesc.", this.RiskFieldsDesc);
this.SetParamSimple(map, prefix + "StrategyId", this.StrategyId);
this.SetParamSimple(map, prefix + "RiskTotalCount", this.RiskTotalCount);
this.SetParamSimple(map, prefix + "Risks", this.Risks);
this.SetParamSimple(map, prefix + "RequestId", this.RequestId);
}
}
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Af/TencentCloudAf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BDE94E8D-637D-390B-9317-7EDFE9243FE6}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Afc/TencentCloudAfc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{2C31A60A-361F-3628-A4AA-461C0AFE1D03}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ame/TencentCloudAme.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{D56E3EFD-C760-38D8-8424-8856F2207A21}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ams/TencentCloudAms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{155BF728-D163-3DBE-85B3-CA22151A30C7}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Antiddos/TencentCloudAntiddos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{E60BF861-5F39-3CA3-BBF9-F91D18A81B74}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Apcas/TencentCloudApcas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{76599D7B-659B-310A-8721-C9D6A189886E}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ape/TencentCloudApe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{B2477989-4380-33AE-9304-109DD1FEFFDA}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Api/TencentCloudApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{2FC0F60F-8A32-3573-995D-C51E42A88698}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Apigateway/TencentCloudApigateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{5E0BB529-7C6E-3A1A-A84E-7231EAFCBAB2}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/As/TencentCloudAs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DF6825D5-FAEE-38FB-A622-37599AD65B25}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Asr/TencentCloudAsr.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BA913269-C9C8-3169-85ED-FED2E392A18E}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Asw/TencentCloudAsw.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{BB22DE13-CC44-3F86-8EE8-8D29FC7ADF34}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Ba/TencentCloudBa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{ABF9DEFB-1E5B-347B-95AC-C6F0CDA0A525}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Batch/TencentCloudBatch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{86FB3DAB-6BE3-33E4-AD1F-C670CEFC0E1D}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bda/TencentCloudBda.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{591212AC-AE62-3F3C-841F-15B525F84E18}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Billing/TencentCloudBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{07FCB225-F7A7-392A-A759-E2C6236ECC1C}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bizlive/TencentCloudBizlive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{DD69E867-C5DE-3CB7-8AD3-331CB35EB7B0}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bm/TencentCloudBm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{F3F12BBE-443B-302A-AC88-4C2B66D242F5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmeip/TencentCloudBmeip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{6D175478-7FF6-3675-AEE6-AD0BA3FDB05F}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmlb/TencentCloudBmlb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{1B13A766-7680-3178-A229-9F16263BC16D}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bmvpc/TencentCloudBmvpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{9354F021-6260-3A2C-A33C-9EB499DE7C05}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Bri/TencentCloudBri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{3C70ED7B-0F66-3E57-9D3C-54193D415BB5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Btoe/TencentCloudBtoe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{EBF09988-881F-3852-A591-FBE38A1DB706}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cam/TencentCloudCam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{35B03DD2-7919-36B9-9AF9-8C160C55C632}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Captcha/TencentCloudCaptcha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{39D5883D-7A4D-3B59-9517-0DFDD1B08F9C}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cat/TencentCloudCat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{063A4C4C-6C7D-3224-9E41-E2850C3FB7E6}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
2 changes: 1 addition & 1 deletion TencentCloud/Cbs/TencentCloudCbs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<ProjectGuid>{A6E782C7-FC94-3EC6-A8AC-DB20F13405F5}</ProjectGuid>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<VersionPrefix>3.0.394</VersionPrefix>
<VersionPrefix>3.0.395</VersionPrefix>
<Description>Tencent Cloud API 3.0 SDK for .NET</Description>
<PackageLicenseUrl>https://github.com/TencentCloud/tencentcloud-sdk-dotnet/blob/master/LICENSE</PackageLicenseUrl>
<Authors>Tencent Cloud API Team</Authors>
Expand Down
Loading

0 comments on commit 655e3fe

Please sign in to comment.