feat(tenpayv2): bump version to v2.3.1

This commit is contained in:
Fu Diwei
2023-05-25 18:51:46 +08:00
parent 12b4294387
commit 218ff7ac51
2 changed files with 5 additions and 1 deletions

View File

@@ -483,6 +483,10 @@
<summary>[展开查看]</summary>
- Release 2.3.1
- **新增**:修复 Windows 环境下潜在的证书加载失败问题。_via_ [GitHub #93](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/93)
- Release 2.3.0
- **新增**:新增反序列化微信支付回调通知事件模型的扩展方法。

View File

@@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
<PackageTags>Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户</PackageTags>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<Description>基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。</Description>
<Authors>Fu Diwei</Authors>
<RepositoryType>git</RepositoryType>