From b760617ad81d505b188200afd506411416db71bf Mon Sep 17 00:00:00 2001 From: FrankH <4848285@qq.com> Date: Fri, 1 Nov 2019 19:38:33 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b18a4..ea0e65b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ 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) +http://demo.auth.myvas.com (debian.9-x64) [![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/myvas/AspNetCore.Authentication.Demo?label=github)](https://github.com/myvas/AspNetCore.Authentication.Demo) ## NuGet -- 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) +- Myvas.AspNetCore.Weixin [![NuGet](https://img.shields.io/nuget/v/Myvas.AspNetCore.Weixin.svg)](https://www.nuget.org/packages/Myvas.AspNetCore.Weixin) [![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/myvas/AspNetCore.Weixin?label=github)](https://github.com/myvas/AspNetCore.Weixin) ## Settings https://mp.weixin.qq.com From c856b08468c44d8dd4f9d1151e4e89d5bb79551f Mon Sep 17 00:00:00 2001 From: FrankH <4848285@qq.com> Date: Fri, 1 Nov 2019 19:39:29 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index ea0e65b..1dbde0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Myvas.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 (Pre-)Release Date](https://img.shields.io/github/release-date-pre/myvas/AspNetCore.Weixin?label=github)](https://github.com/myvas/AspNetCore.Weixin) An ASP.NET Core middleware for Tencent Wechat/Weixin message handling and apis. (微信公众平台/接口调用服务) 微信公众平台/接口调用服务:在微信公众平台上申请服务号或订阅号后,经配置部署可提供自定义菜单、即时信息交流、微信网页授权、模板消息通知等接口调用服务。 @@ -6,9 +6,6 @@ An ASP.NET Core middleware for Tencent Wechat/Weixin message handling and apis. ## Demo http://demo.auth.myvas.com (debian.9-x64) [![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/myvas/AspNetCore.Authentication.Demo?label=github)](https://github.com/myvas/AspNetCore.Authentication.Demo) -## NuGet -- Myvas.AspNetCore.Weixin [![NuGet](https://img.shields.io/nuget/v/Myvas.AspNetCore.Weixin.svg)](https://www.nuget.org/packages/Myvas.AspNetCore.Weixin) [![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/myvas/AspNetCore.Weixin?label=github)](https://github.com/myvas/AspNetCore.Weixin) - ## Settings https://mp.weixin.qq.com From a985321fd8a309ffd5355002cc2ad61806fd5cb2 Mon Sep 17 00:00:00 2001 From: FrankH <4848285@qq.com> Date: Fri, 1 Nov 2019 19:40:20 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dbde0f..42f47bf 100644 --- a/README.md +++ b/README.md @@ -160,5 +160,5 @@ $(document).ready(function () { ``` ## Dev -* [.NET Core SDK 2.1 LTS](https://dotnet.microsoft.com/download/dotnet-core/2.1) 2.1.802 +* [.NET Core SDK 2.2](https://dotnet.microsoft.com/download/dotnet-core/2.2) * [微信开发者工具](https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html)