Skip to content

Commit

Permalink
Merge pull request #3 from myvas/2.2
Browse files Browse the repository at this point in the history
release 2.2.403
  • Loading branch information
huangxiangyao authored Nov 1, 2019
2 parents 28edee7 + d67f683 commit ecd1ceb
Show file tree
Hide file tree
Showing 252 changed files with 231 additions and 3,960 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ An ASP.NET Core middleware for Tencent Wechat/Weixin message handling and apis.

微信公众平台/接口调用服务:在微信公众平台上申请服务号或订阅号后,经配置部署可提供自定义菜单、即时信息交流、微信网页授权、模板消息通知等接口调用服务。

## Demo
http://demo.auth.myvas.com (debian.9-x64) [[github]](https://github.com/myvas/AspNetCore.Authentication.Demo)

## NuGet
https://www.nuget.org/packages/AspNetCore.Weixin/
- Myvas.AspNetCore.Weixin [![NuGet](https://img.shields.io/nuget/v/Myvas.AspNetCore.Weixin.svg)](https://www.nuget.org/packages/Myvas.AspNetCore.Weixin) [[github]](https://github.com/myvas/AspNetCore.Weixin)

## Settings
https://mp.weixin.qq.com
Expand Down Expand Up @@ -159,9 +162,6 @@ $(document).ready(function () {
</script>
```

## Demo
https://wx.myvas.com

## Dev
* [.NET Core SDK 2.1 LTS](https://dotnet.microsoft.com/download/dotnet-core/2.1) 2.1.802
* [微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)
9 changes: 0 additions & 9 deletions Weixin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{73FCFCF4-3
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{74A3C863-09CC-4700-A688-1DF8B26C951B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{6E6B9D58-9128-47E7-956E-8DB335D2247E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Myvas.AspNetCore.Weixin", "src\Weixin\Myvas.AspNetCore.Weixin.csproj", "{9B8E8031-ACD1-43A4-98A0-4142CEA57B94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "samples\Demo\Demo.csproj", "{927AD981-2993-4A9B-8210-FF249EC6A6F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Myvas.AspNetCore.Weixin.Jssdk", "src\Weixin.Jssdk\Myvas.AspNetCore.Weixin.Jssdk.csproj", "{6DE72631-538C-4F33-8891-D1F9E61634B6}"
EndProject
Global
Expand All @@ -40,10 +36,6 @@ Global
{9B8E8031-ACD1-43A4-98A0-4142CEA57B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B8E8031-ACD1-43A4-98A0-4142CEA57B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B8E8031-ACD1-43A4-98A0-4142CEA57B94}.Release|Any CPU.Build.0 = Release|Any CPU
{927AD981-2993-4A9B-8210-FF249EC6A6F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{927AD981-2993-4A9B-8210-FF249EC6A6F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{927AD981-2993-4A9B-8210-FF249EC6A6F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{927AD981-2993-4A9B-8210-FF249EC6A6F1}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE72631-538C-4F33-8891-D1F9E61634B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE72631-538C-4F33-8891-D1F9E61634B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE72631-538C-4F33-8891-D1F9E61634B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -55,7 +47,6 @@ Global
GlobalSection(NestedProjects) = preSolution
{74A3C863-09CC-4700-A688-1DF8B26C951B} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
{9B8E8031-ACD1-43A4-98A0-4142CEA57B94} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
{927AD981-2993-4A9B-8210-FF249EC6A6F1} = {6E6B9D58-9128-47E7-956E-8DB335D2247E}
{6DE72631-538C-4F33-8891-D1F9E61634B6} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Expand Down
23 changes: 0 additions & 23 deletions samples/Demo/Applications/IWeixinEventSink.cs

This file was deleted.

312 changes: 0 additions & 312 deletions samples/Demo/Applications/WeixinEventSink.cs

This file was deleted.

Loading

0 comments on commit ecd1ceb

Please sign in to comment.