From c5942b3f023ecd19df0b60ac8b4d2e865853ccb9 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Mon, 13 Dec 2021 17:14:09 +0800 Subject: [PATCH] feat(tenpayv3): bump version to v2.2.1 --- CHANGELOG.md | 4 ++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ddccbd..a8ce1da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -204,6 +204,10 @@ [展开查看] SKIT.FlurlHttpClient.Wechat.TenpayV3 模块更新日志 +- Release 2.2.1 + + - **修复**:修复空响应时无法正确反序列化的问题。 + - Release 2.2.0 - **新增**:新增会员卡相关接口。 diff --git a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj index 259aea79..6ba2bbd8 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj @@ -12,7 +12,7 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 2.2.0 + 2.2.1 基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱等功能。 Fu Diwei git