Senparc.Weixin.All 2026.6.8

Prefix Reserved
dotnet add package Senparc.Weixin.All --version 2026.6.8
                    
NuGet\Install-Package Senparc.Weixin.All -Version 2026.6.8
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Senparc.Weixin.All" Version="2026.6.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Weixin.All" Version="2026.6.8" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Weixin.All" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Senparc.Weixin.All --version 2026.6.8
                    
#r "nuget: Senparc.Weixin.All, 2026.6.8"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Senparc.Weixin.All@2026.6.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Senparc.Weixin.All&version=2026.6.8
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Weixin.All&version=2026.6.8
                    
Install as a Cake Tool

微信 SDK - Senparc.Weixin SDK 集成模块

此模块将自动引用所有 Senparc.Weixin SDK 系列的工具包,包括:
- Senparc.Weixin
- Senparc.Weixin.MP 及其 Middleware
- Senparc.Weixin.Work 及其 Middleware
- Senparc.Weixin.WxOpen 及其 Middleware
- Senparc.Weixin.Open
- Senparc.Weixin.TenPay
- Senparc.Weixin.TenPayV3
- Senparc.Weixin.Cache.Redis
- Senparc.Weixin.Cache.CsRedis
- Senparc.Weixin.Cache.Memcached
- Senparc.Weixin.MCP.Server
- Senparc.WebSocket

Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.6.8 95 6/8/2026
2026.6.2 99 6/2/2026
2026.4.23 164 4/24/2026
2026.4.15 122 4/15/2026
2026.3.23 93 3/23/2026
2026.1.25 132 1/27/2026
2026.1.20 126 1/19/2026
2026.1.18 127 1/18/2026
2025.12.23 240 12/23/2025
2025.12.2 727 12/2/2025
2025.11.12 345 11/12/2025
2025.11.0-preview.10 193 10/29/2025
2025.11.0-preivew.net.10 192 10/29/2025
2025.10.24 326 10/24/2025
2025.9.8 472 9/8/2025
2025.8.21 557 8/20/2025
2025.8.19 264 8/19/2025
2025.8.18.1 205 8/18/2025
2025.8.18 186 8/18/2025
2025.8.17 117 8/16/2025
Loading failed

v2024.6.6 创世
v2024.6.25 更新最新 MP、WxOpen
v2024.6.26 更新全自动注册方法 UseSenparcWeixin()
v2024.6.30 完善 UseSenparcWeixin() 方法
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
[2024-08-11] v2024.8.11 升级 Senparc.Weixin.Open
[2024-08-12] v2024.8.12 升级 Senparc.Weixin.Work
[2024-09-02] v2024.9.2 WxOpen 支持小程序付费能力的用量告警事件
[2024-09-10] v2024.9.10 更新基础库,包括缓存、APM、CO2NET 核心模块等全面升级
[2024-10-08] v2024.10.8 更新基础库,简化 .NET 版本支持
[2024-10-20] v2024.10.20 TenPayV3 v1.6.5 修改 SM 证书判断逻辑,向下兼容未升级 appsettings.json 的系统 #3084  感谢 @WXJDLM
[2025-01-21] v2025.1.21 更新版本号,加强 AI 支持
[2025-07-04] v2025.7.14 更新微信支付、小程序;优化 Sample;完善 AI 对话示例
[2025-07-08] v2025.7.15 微信支付分 增加参数device /PR #3156 / Issue #3155 感谢 @mojinxun @zariczhu
[2025-07-31] v2025.7.31 Work fix: 推送 News 的字段消息大小写敏感问题 / Issue 3164 感谢 @zhou-p
[2025-08-13] v2025.8.13 TenPayV3 feat: 添加新的“商家转账”接口 / Issue 3174
[2025-08-17] v2025.8.17
1、TenPayV3 fix: 处理 ResponseErrorJsonResult 中 value 值类型,由 string[] 改为 int;
2、WxOpen  fix: 修复 GetWxaCodeUnlimit() 方法 Page 参数问题
[2025-08-18] v2025.8.18 Cache.CsRedis 升级,完善初始化机制,避免无效连接字符串被启动
[2025-08-19] v2025.8.19 TenPayV3 处理 ResponseErrorJsonResult 中 value 值类型,由 int 改为 object
[2025-08-21] v2025.8.21 发布 AI 助理
[2025-09-08] v2025.9.8 更新基础库,为 Work 提供重构后的新版本 MessageHandler
[2025-10-24] v2025.10.24 TenPayV3 解决 Swagger 文档默认读取方式下可能出现的命名冲突问题 / Issue #3125 感谢 @dodu2014
[2025-11-12] v2025.11.12 发布 .NET 10 正式版
[2025-12-02] v2025.12.2  v2.4.0
1、fix: 多个V3配置的情况,ProfitsharingApis中AddProfitsharingReceiverAsync方法BasePayApis配置问题 / Issue #3226 感谢 @today5040
2、fix: TenPayNotifyHandler Body 读取 bug  / Issue #3220 感谢 @wind2006
3、feat: 添加“企业微信数据与智能专区的接口” /Issue #3091 感谢 @faceman0814
[2025-12-23] v2025.12.23 Work v3.30.0 feat: 添加“企业微信审批表单构建明细控件的子控件”/ Issue #3228 感谢 @Nice-Ljn
[2026-01-18] v2026.1.18
1、WxOpen v3.25.0 feat: 增加发送用工消息、解除用工关系 API #3246 感谢 @dodu2014
2、Work v3.30.1 fix: 创建审批模板接口缺少返回参数 #3238 感谢 @Nice-Ljn
3、Work v3.30.1 fix: 企业微信群机器人发送文件消息时提示 media_id missing #3236 感谢 @609394359
4、TenPayV3 v2.3.3 fix: TenPaySignHelper.GetJsApiUiPackage 验签appId 传入无效,导致调起支付验签失败 #3244 感谢 @ByteXiong
[2026-01-20] v2026.1.20 Open v4.23.1 fix: 修复小程序注销备案缺失参数 #3243 感谢 @mc7246
[2026-01-25] v2026.1.25 优化 TenPayV3
[2026-03-20] v2026.3.23 MP v16.24.2 修复 GetStableAccessToken 方法中 force_refresh 参数硬编码问题 / Issue #3272
[2026-04-15] v2026.4.15 .NET 10 相关 preview 升级为正式版(含 AspNet MCP 依赖、TenPayV3 稳定版)
[2026-04-23] v2026.4.23 TenPayV3 v2.4.0 feat: 添加 CertType、JsApiAppType 枚举;GetJsApiUiPackage() 支持 WxOpen 和 NativeApp 两种 JsApi 应用类型
[2026-05-23] v2026.5.23 Open v4.24.0 feat: 增加微信认证审核联系人电话字段 #3287 感谢 @mc7246
[2026-06-02] v2026.6.0 WxOpen feat: add: vpay signature 虚拟支付 ##3294 感谢 @mojinxun
[2026-06-08] v2026.6.8 Work v3.31.0 feat: 添加日历 API 接口;完善日程接口,新增添加日程参与者、按日历获取日程、取消日程等接口