Skip to content

Commit cff638c

Browse files
committed
feat(tenpayv3): bump version to v3.13.0
1 parent 8aae308 commit cff638c

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,28 @@
803803

804804
<summary>[展开查看]</summary>
805805

806+
- Release 3.13.0 (2025-07-14)
807+
808+
- **新增**:新增品牌红包相关接口。
809+
810+
- **新增**:新增平台收付通商家转账用户免确认模式相关接口。
811+
812+
- **新增**:新增平台保证金相关接口。
813+
814+
- **新增**:新增二手交易场景个人收款相关接口。
815+
816+
- **新增**:新增还款支付相关接口。
817+
818+
- **新增**:新增风险订单同步及处理相关接口。
819+
820+
- **新增**:新增银行多笔立减相关接口。
821+
822+
- **新增**:新增微信分付支付方式前置曝光相关接口。
823+
824+
- **新增**:随官方更新平台收付通商家转账预约模式相关接口模型。
825+
826+
- **变更**`WechatTenpayGlobalClient` 不再继承自 `WechatTenpayClient`
827+
806828
- Release 3.12.0 (2025-04-21)
807829

808830
- **新增**:新增商家转账到 QQ 钱包相关接口。

src/SKIT.FlurlHttpClient.Wechat.TenpayBusiness/SKIT.FlurlHttpClient.Wechat.TenpayBusiness.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<ItemGroup>
3939
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />
40-
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net462'" />
40+
<PackageReference Include="System.ValueTuple" Version="4.6.1" Condition="'$(TargetFramework)' == 'net462'" />
4141
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="3.1.1" />
4242
</ItemGroup>
4343

src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
1616
<PackageTags>Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户</PackageTags>
17-
<Version>3.12.0</Version>
17+
<Version>3.13.0</Version>
1818
<Description>基于 Flurl.Http 的微信支付 API v3 版客户端,支持商户(直连)、合作伙伴(服务商、渠道商、机构、银行)模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、平台收付通、二级商户进件、小微商户进件、消费者投诉、商户风控管理、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包、微工卡、电子发票、电子小票、车主平台、教育续费通、校园轻松付等功能。</Description>
1919
<Authors>Fu Diwei</Authors>
2020
<RepositoryType>git</RepositoryType>
@@ -37,7 +37,7 @@
3737

3838
<ItemGroup>
3939
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />
40-
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="'$(TargetFramework)' == 'net462'" />
40+
<PackageReference Include="System.ValueTuple" Version="4.6.1" Condition="'$(TargetFramework)' == 'net462'" />
4141
<PackageReference Include="SKIT.FlurlHttpClient.Common" Version="3.1.1" />
4242
</ItemGroup>
4343

0 commit comments

Comments
 (0)