From 761a8bb4d9a39206f15e555096d7e5e52cc5fff9 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 7 Feb 2024 15:55:41 +0800 Subject: [PATCH] feat(tenpayv3): bump version to v3.0.0 --- .../SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj | 8 ++++---- .../IMPORTANT_CodeAnalyzeTests.cs | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj index e4414409..e621649e 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj @@ -1,7 +1,7 @@ - net461; net471; netstandard2.0; net6.0 + net462; net471; netstandard2.0; net6.0 10.0 enable true @@ -14,7 +14,7 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 3.0.0-preview.1 + 3.0.0 基于 Flurl.Http 的微信支付 API v3 版客户端,支持商户(直连)、合作伙伴(服务商、渠道商、机构、银行)模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、平台收付通、二级商户进件、小微商户进件、消费者投诉、商户风控管理、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包、微工卡、电子发票、电子小票、车主平台、教育续费通、校园轻松付等功能。 Fu Diwei git @@ -36,13 +36,13 @@ - + - + diff --git a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/IMPORTANT_CodeAnalyzeTests.cs b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/IMPORTANT_CodeAnalyzeTests.cs index 28ecdf2e..81663e7a 100644 --- a/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/IMPORTANT_CodeAnalyzeTests.cs +++ b/test/SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests/IMPORTANT_CodeAnalyzeTests.cs @@ -8,6 +8,10 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.UnitTests { public class CodeAnalyzeTests { + // NOTICE: + // 如果 Visual Studio 遇到 “缺少 SKIT.FlurlHttpClient.Tools.CodeAnalyzer 包” 的错误, + // 请参考此 Issue:https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient/issues/8 + [Fact(DisplayName = "代码质量分析")] public void CodeAnalyze() {