From cada1419597a9936043077079f902c404aefed0e Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sat, 13 Jul 2024 22:08:37 +0800 Subject: [PATCH] feat(tenpayv2): bump version to v3.1.0 --- CHANGELOG.md | 4 ++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 330e1c9c..18e4969c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -603,6 +603,10 @@ [展开查看] +- Release 3.1.0 (2024-07-13) + + - **变更**:升级公共组件至 v3.1.0。 + - Release 3.0.0 (2024-02-27) - **变更**:升级公共组件至 v3.0.0。完整变更说明请参阅迁移指南。 diff --git a/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj b/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj index 23f30948..0ea90a01 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj @@ -14,7 +14,7 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 3.0.0 + 3.1.0 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。 Fu Diwei git