From 7549873a03c4de044d1b94de140fb7c16a95e3cf Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 20 Nov 2024 18:41:12 +0800 Subject: [PATCH] feat(tenpayv2): bump version to v3.2.0 --- CHANGELOG.md | 6 +++++- .../SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b304780a..4040ce82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -647,6 +647,10 @@ [展开查看] +- Release 3.2.0 (2024-11-20) + + - **新增**:适配 .NET 9.0,修复因运行时的中断性变更导致商户证书加载失败的问题。(_via_ [GitHub #171](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/171)) + - Release 3.1.1 (2024-07-25) - **修复**:修复 .NET 4.6.X 目标框架下运行错误的问题。 @@ -661,7 +665,7 @@ - Release 2.3.1 (2023-05-25) - - **新增**:修复 Windows 环境下潜在的证书加载失败问题。(_via_ [GitHub #93](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/93)) + - **修复**:修复 Windows 环境下潜在的证书加载失败问题。(_via_ [GitHub #93](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/93)) - Release 2.3.0 (2023-04-04) 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 a2082223..15c5abbf 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.1.1 + 3.2.0 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。 Fu Diwei git