feat(tenpaybusiness): bump version to v2.0.1

This commit is contained in:
Fu Diwei 2023-03-09 21:58:53 +08:00
parent a6f0b7232e
commit 9322246c73
3 changed files with 6 additions and 2 deletions

View File

@ -1152,6 +1152,10 @@
<summary>[展开查看]</summary>
- Release 2.0.1
- **变更**:升级依赖 `BouncyCastle.Cryptography` 至 v2.1.1。
- Release 2.0.0
- 首次发布。

View File

@ -10,7 +10,7 @@
- 基于腾讯微企付 API 封装。
- 请求时自动生成签名,无需开发者手动干预。
- 提供了腾讯微企付所需的 RSA、SHA-256、SM3、SM4 等算法工具类。
- 提供了腾讯微企付所需的 RSA、SM3、SM4、SHA-256 等算法工具类。
- 提供了解析回调通知事件等扩展方法。
---

View File

@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
<PackageTags>Flurl.Http Tencent Tenpay 腾讯 微企付</PackageTags>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Description>基于 Flurl.Http 的腾讯微企付 API 客户端。</Description>
<Authors>Fu Diwei</Authors>
<RepositoryType>git</RepositoryType>