From 1a0e4a19cb3b76d054bee67d02da69b9111c78c7 Mon Sep 17 00:00:00 2001 From: Jeffrey Su Date: Thu, 6 Jun 2024 04:42:51 +0800 Subject: [PATCH 1/3] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3fd2afea62..53a415e205 100644 --- a/readme.md +++ b/readme.md @@ -65,7 +65,8 @@ Senparc.Weixin SDK 是目前使用率最高的微信 .NET SDK,也是国内最 > 说明:
> 1、上述分模块示例中,同时包含了文档及可以立即运行的代码模板(只需要配置微信参数,无需修改任何代码)。 > 1、示例中的配置、注册、接口调用方法均一致,只要学会其中一个模块开发,就可以举一反三。以下的 Hello World 示例也以公众号为例,可以延伸到所有其他模块。
-> 2、[/docs](/docs/) 目录中提供了更完整的开发说明文档,供进阶开发使用,[点击查看](/docs/)。 +> 2、[/docs](/docs/) 目录中提供了更完整的开发说明文档,供进阶开发使用,[点击查看](/docs/)。
+> 3、对应于微信不同平台,Senparc.Weixin SDK 已经将各模块解耦并独立发布,为了简化引用,您也可以直接引用 [Senparc.Weixin.All](https://www.nuget.org/packages/Senparc.Weixin.All),自动引用所有模块)。 ## 🚀 Hello World :用 3 句代码开启你的微信开发之旅! From 66b7f0182dae5c90a10fe713edcdfe06913e6d86 Mon Sep 17 00:00:00 2001 From: Jeffrey Su Date: Thu, 6 Jun 2024 04:45:07 +0800 Subject: [PATCH 2/3] Update readme.en.md --- readme.en.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.en.md b/readme.en.md index a7df7bff0c..cf73dcb07d 100644 --- a/readme.en.md +++ b/readme.en.md @@ -69,8 +69,9 @@ Wechat Pay V2 (not recommended) | https://sdk.weixin.senparc.com/Docs/TenPayV2/ ## 🚀 Hello World: Start your Wechat development journey with 3 lines of code! > Note:
-> 1. The following source code is located in the [`/Samples/MP/`](/Samples/MP/) folder, using Wechat Official Account as an example. Once you learn how to develop for Official Account, you can apply the same knowledge to other modules (Mini Program, Enterprise Wechat, Wechat Pay, etc.). -> 2. To view other module or integration examples, you can check the independent samples in the [`/Samples/`](/Samples/) folder or the integration samples in the [`/Samples/All/`](/Samples/All/) folder (for advanced users). +> 1. The following source code is located in the [`/Samples/MP/`](/Samples/MP/) folder, using Wechat Official Account as an example. Once you learn how to develop for Official Account, you can apply the same knowledge to other modules (Mini Program, Enterprise Wechat, Wechat Pay, etc.).
+> 2. To view other module or integration examples, you can check the independent samples in the [`/Samples/`](/Samples/) folder or the integration samples in the [`/Samples/All/`](/Samples/All/) folder (for advanced users).
+> 3. For different WeChat platforms, the Senparc.Weixin SDK has decoupled and independently released each module. To simplify referencing, you can directly reference [Senparc.Weixin.All](https://www.nuget.org/packages/Senparc.Weixin.All), which will automatically reference all modules. ### Startup code (just 2 lines of code): From 653c9e054ef1543edc4e7425312e5962aaf07332 Mon Sep 17 00:00:00 2001 From: JeffreySu Date: Thu, 6 Jun 2024 04:58:32 +0800 Subject: [PATCH 3/3] All v2024.6.7 --- src/Senparc.Weixin.All/Senparc.Weixin.All.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Senparc.Weixin.All/Senparc.Weixin.All.csproj b/src/Senparc.Weixin.All/Senparc.Weixin.All.csproj index d4059051a3..8fab0b88b6 100644 --- a/src/Senparc.Weixin.All/Senparc.Weixin.All.csproj +++ b/src/Senparc.Weixin.All/Senparc.Weixin.All.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 2024.6.6 + 2024.6.7 10.0 Senparc.Weixin.All Senparc.Weixin.All @@ -73,6 +73,7 @@ +