Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Apr 28, 2019
1 parent 6039913 commit ac4dcb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion readme.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The library contains the source code (the Core logic is exactly the same) that i
[Senparc.Weixin.MP.Sample.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample)
* Open Demo with Visual Studio 2010 SP1 (support.net 4.5 only) :
[Senparc.Weixin.MP.Sample.vs2010sp1.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample)
* Use Visual Studio 2017/2019 to open Console Demo(.NET Core):[Senparc.Weixin.MP.Sample.Consoles](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/Samples/Senparc.Weixin.MP.Sample.Consoles)


SDK Modules
Expand Down Expand Up @@ -281,7 +282,7 @@ Senparc official tutorials
|[Senparc.Weixin.MP.Sample](Samples/Senparc.Weixin.MP.Sample) |Demo, can be released directly(.NET Framework 4.5 + ASP.NET MVC)|
|[Senparc.Weixin.MP.Sample.WebForms](Samples/Senparc.Weixin.MP.Sample.WebForms) |Demo, can be released directly(.NET Framework 4.5 + + ASP.NET WebForms)|
|[Senparc.Weixin.MP.Sample.vs2017](Samples/Senparc.Weixin.MP.Sample.vs2017) |Demo, can be released directly(.NET Core 2.0 + MVC)|

|[Senparc.Weixin.MP.Sample.Consoles](Samples/Senparc.Weixin.MP.Sample.Consoles) | Console Demo(.NET Core)|

Senparc.Weixin.MP.Sample Key Code
--------------
Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ Senparc.Weixin SDK 是目前使用率最高的微信 .NET SDK,也是国内最
* [Star 数量统计](#star-数量统计)
* [License](#license)

本库为包含了 .NET 3.5/4.0/4.5/.NET Standard 2.0/.NET Core 2.2 多个版本的源代码(核心逻辑完全一致):
本库包含了 .NET4.5/.NET Standard 2.0/.NET Core 多个版本的源代码(核心逻辑完全一致):

* 使用 Visual Studio 2017 打开 Demo(支持所有版本):[Senparc.Weixin.MP.Sample.vs2017.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample.vs2017)
* 使用 Visual Studio 2017/2019 打开 Demo(支持所有版本):[Senparc.Weixin.MP.Sample.vs2017.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample.vs2017)
* 使用其他版本 Visual Studio 打开 Demo(仅支持 .NET 4.5):[Senparc.Weixin.MP.Sample.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample)
* 使用 Visual Studio 2010 SP1 打开 Demo(仅支持 .NET 4.5):[Senparc.Weixin.MP.Sample.vs2010sp1.sln](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/src/Senparc.Weixin.MP.Sample)
* 使用 Visual Studio 2017/2019 打开命令行 Console Demo(.NET Core):[Senparc.Weixin.MP.Sample.Consoles](https://github.com/JeffreySu/WeiXinMPSDK/tree/Developer/Samples/Senparc.Weixin.MP.Sample.Consoles)


各模块类库
Expand Down Expand Up @@ -160,7 +161,6 @@ Senparc.Weixin SDK 是目前使用率最高的微信 .NET SDK,也是国内最
* 已经支持用户会话上下文(解决服务器无法使用 Session 处理用户信息的问题)。
* 已经全面支持微信公众号、小程序、企业号(企业微信)、微信支付、开放平台的最新 API。
* 已经支持分布式缓存及缓存策略扩展(默认支持:本地缓存、Redis、Memcached,可自由扩展)。
* 已支持小程序、小游戏接口。

> 目前官方的 API 都已完美集成,除非有特殊说明,所有升级都会尽量确保向下兼容,所以已经发布的版本请放心使用或直接升级(覆盖)最新的 dll,[Release生成目录](https://github.com/JeffreySu/WeiXinMPSDK/tree/master/src/Senparc.Weixin.MP.BuildOutPut),建议使用 [Nuget](https://www.nuget.org/) 进行更新。
Expand Down Expand Up @@ -284,7 +284,8 @@ Senparc 官方视频教程
|--------|--------|
|[Senparc.Weixin.MP.Sample](Samples/Senparc.Weixin.MP.Sample) |可以直接发布使用的Demo(.NET Framework 4.5 + ASP.NET MVC)|
|[Senparc.Weixin.MP.Sample.WebForms](Samples/Senparc.Weixin.MP.Sample.WebForms) |可以直接发布使用的Demo(.NET Framework 4.5 + + ASP.NET WebForms)|
|[Senparc.Weixin.MP.Sample.vs2017](Samples/Senparc.Weixin.MP.Sample.vs2017) |可以直接发布使用的Demo(.NET Core 2.0 + MVC)|
|[Senparc.Weixin.MP.Sample.vs2017](Samples/Senparc.Weixin.MP.Sample.vs2017) |可以直接发布使用的Demo(.NET Core + MVC)|
|[Senparc.Weixin.MP.Sample.Consoles](Samples/Senparc.Weixin.MP.Sample.Consoles) |命令行 Console Demo(.NET Core)|


## Senparc.Weixin.MP.Sample中的关键代码说明
Expand Down

0 comments on commit ac4dcb8

Please sign in to comment.