feat(tenpayv2): bump version to v2.0.0

This commit is contained in:
Fu Diwei 2022-08-15 21:46:06 +08:00
parent 389693e6a1
commit d7284d35b7
2 changed files with 15 additions and 1 deletions

View File

@ -354,6 +354,20 @@
--- ---
### 模块 `SKIT.FlurlHttpClient.Wechat.TenpayV2` 更新日志
<details>
<summary>[展开查看]</summary>
- Release 2.0.0
- 首次发布。
</details>
---
### 模块 `SKIT.FlurlHttpClient.Wechat.TenpayV3` 更新日志 ### 模块 `SKIT.FlurlHttpClient.Wechat.TenpayV3` 更新日志
<details> <details>

View File

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