From 8efadd6c0bcbfa11ae24e973a7bafc9473abc57e Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Tue, 8 Nov 2022 19:22:13 +0800 Subject: [PATCH] feat(tenpayv2): bump version to v2.2.0 --- CHANGELOG.md | 6 ++++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7eb09ed..c1906da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -402,6 +402,12 @@ [展开查看] +- Release 2.2.0 + + - **新增**:支持新版仿真测试系统沙箱。 + + - **变更**:重命名查询退款接口响应模型中的部分字段。([GitHub Issue #66](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/66)) + - Release 2.1.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 cc4ba077..9427c7c6 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 微信 微信支付 微信商户 - 2.1.0 + 2.2.0 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。 Fu Diwei git