From 79dd1fc25a6dc32c2408d355c404fb98291d03de Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 24 Feb 2022 16:52:01 +0800 Subject: [PATCH] feat(tenpayv2): bump version to v2.0.0-beta.3 --- 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 48b010ef..10e8a826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -462,6 +462,10 @@ [展开查看] +- Release 2.6.1 + + - **修复**:升级并修复由公共组件(v2.3.0 - v2.3.1)引发的问题。([GitHub Issue #34](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/34)) + - Release 2.6.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 9a9b3238..2a8a4297 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.0.0-beta.2 + 2.0.0-beta.3 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。 Fu Diwei git