Senparc.Weixin 3.3.6

dotnet add package Senparc.Weixin --version 3.3.6
NuGet\Install-Package Senparc.Weixin -Version 3.3.6
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" Version="3.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Senparc.Weixin --version 3.3.6
#r "nuget: Senparc.Weixin, 3.3.6"
#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.
// Install Senparc.Weixin as a Cake Addin
#addin nuget:?package=Senparc.Weixin&version=3.3.6

// Install Senparc.Weixin as a Cake Tool
#tool nuget:?package=Senparc.Weixin&version=3.3.6

微信公众账号SDK:Senparc.Weixin.dll
(作为Senparc.Weixin.MP.dll及Senparc.Weixin.QY.dll的基类)
开源项目:
https://github.com/JeffreySu/WeiXinMPSDK

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Senparc.Weixin:

Repository Stars
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
JeffreySu/WechatVideoCourse
《微信公众号+小程序快速开发》视频教程课件及代码
zLulus/NotePractice
My_Note 笔记练习demo
Version Downloads Last updated
3.3.6 907 5/3/2015
3.3.5 388 4/20/2015
3.3.4 259 4/9/2015
3.3.2 250 3/30/2015
3.3.1 233 3/19/2015
3.2.0 73 3/18/2015
3.1.0 100 3/15/2015
3.0.0 41 3/15/2015
2.1.0 255 3/4/2015
1.6.3 45 3/13/2015
1.6.2 920 2/9/2015
1.6.1 421 12/25/2014
1.6.0 487 12/2/2014
1.5.0 411 10/27/2014
1.4.0 338 10/7/2014
1.1.0 113 9/24/2014
1.0.0 67 9/23/2014

v1.0.0
重构代码,从原来的Senparc.Weixin.MP.dll中分离基类代码

v1.4.0
重构代码,完全兼容公众账号及企业号。

v1.5.0
添加统一的消息加密接口

v1.6.0
添加消息去重功能

v1.6.1
完善消息去重功能

v2.0.0
重构代码,加入AppStore接口

v3.0.0
.NET框架升级到4.0

v 3.3.4
区分企业号与公众号的返回码
post表单处理修改

v 3.3.6
修改HttpUtility方法