Skip to content

Commit fc9b7e6

Browse files
authored
Merge pull request #2503 from JeffreySu/Developer
Developer
2 parents 65f9a46 + 6fd2fd7 commit fc9b7e6

File tree

23 files changed

+16
-511
lines changed

23 files changed

+16
-511
lines changed

Samples/net6-mvc/Senparc.Weixin.Sample.Net6/Senparc.Weixin.Sample.Net6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<Version>6.3.11</Version>
5+
<Version>6.3.12</Version>
66
<UserSecretsId>35e58786-0820-4cde-b1ff-f4c6198d00f7</UserSecretsId>
77
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
88
</PropertyGroup>

Samples/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| 文件夹 | 说明 |
66
|--------|--------|
7-
| net6-mvc | 【推荐】ASP.NET 6.0 示例,可用于直接部署
7+
| net6-mvc | 【推荐】.NET 6.0 示例,可用于直接部署
88
| netcore3.1-mvc | 【即将停止更新】ASP.NET Core 3.1 示例,可用于直接部署
99
| console | 命令行注册过程演示 Demo(接口调可参考 Web 项目)
1010
| net45-mvc | 【停止更新】ASP.NET 4.5 MVC 示例,可用于直接部署,此项目中包含了 CommonServices 项目,供其他各 Sample 公用
@@ -18,7 +18,7 @@
1818
1919
## 帮你选择
2020

21-
> 如果你希望学习并使用最新的 .NET 6.0(preview)框架,并且已经安装了 VS2019(v16.9 以上),并且希望调试 .NET 6.0 及以上版本,那么请打开:net6-mvc/Senparc.Weixin.Sample.Net6.sln 解决方案
21+
> 如果你希望学习并使用最新的 .NET 6.0 框架,并且已经安装了 VS2019(v16.9 以上),并且希望调试 .NET 6.0 及以上版本,那么请打开:net6-mvc/Senparc.Weixin.Sample.Net6.sln 解决方案
2222
2323
> 如果你已经安装了 VS2019(v16.3以上),并且希望调试 .NET Core 3.0 及以上版本,那么请打开:netcore3.1-mvc/Senparc.Weixin.Sample.NetCore3.vs2019.sln 解决方案
2424

readme.en.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ SDK Modules
9393

9494
| ![.NET 4.5][net45Y] | ![.NET Standard 2.x][core20Y] | ![.NET Core][netcore] | ![.NET 5.0 / 6.0][net6]
9595
|--|--|--|--|
96-
| .NET 4.5 | .NET Standard 2.0 / 2.1 | .NET Core 2.x / 3.x | .NET 5.0 / .NET 6.0
96+
| .NET 4.5.1 | .NET Standard 2.0 / 2.1 | .NET Core 2.x / 3.x | .NET 5.0 / .NET 6.0
9797

9898
> Tip:<br>
99-
> 1. ![.NET 3.5][net35Y] ![.NET 4.0][net40Y] last stable release [click here](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.6.15), since May 1, 2019 to stop updating.
99+
> 1. ![.NET 3.5][net35Y] ![.NET 4.0][net40Y] last stable release [click here](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.6.15) (minimum .NET 4.5.1 support from November 7, 2021), since May 1, 2019 to stop updating.
100100
> 2. The .NET Framework 4.5 update is scheduled to end on December 31, 2024. It's strongly advice you to use .NET 3.1 or .NET 6.0+ for new projects.
101101
102+
102103
[1.1]: https://img.shields.io/nuget/v/Senparc.Weixin.svg?style=flat
103104
[1.2]: https://www.nuget.org/packages/Senparc.Weixin
104105
[2.1]: https://img.shields.io/nuget/v/Senparc.Weixin.MP.svg?style=flat
@@ -139,10 +140,10 @@ SDK Modules
139140
[coreY]: https://img.shields.io/badge/standard2.0-Y-brightgreen.svg
140141
[coreN]: https://img.shields.io/badge/standard2.0-N-lightgrey.svg
141142
[coreN-]: https://img.shields.io/badge/standard2.0----lightgrey.svg
142-
[core20Y]: https://img.shields.io/badge/standard%202.0%2F2.1-Y-brightgreen.svg
143-
[core20N]: https://img.shields.io/badge/standard%202.0%2F-N-lightgrey.svg
144-
[netcore]: https://img.shields.io/badge/.Net%20Core%202.x%2F3.x-Y-brightgreen.svg
145-
[net6]: https://img.shields.io/badge/5.0%2F6.0-Y-brightgreen.svg
143+
[core20Y]: https://img.shields.io/badge/standard%202.x-Y-brightgreen.svg
144+
[core20N]: https://img.shields.io/badge/standard%202.x-N-lightgrey.svg
145+
[netcore]: https://img.shields.io/badge/.Net%20Core-Y-brightgreen.svg
146+
[net6]: https://img.shields.io/badge/6.0-Y-brightgreen.svg
146147

147148

148149
[nuget-img-base]: https://img.shields.io/nuget/dt/Senparc.Weixin.svg

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ Senparc.Weixin SDK 是目前使用率最高的微信 .NET SDK,也是国内最
8787
#### 图例
8888
|![.NET 3.5][net35Y] | ![.NET 4.0][net40Y] | ![.NET 4.5][net45Y] | ![.NET Standard 2.x][core20Y] | ![.NET Core][netcore] | ![.NET 5.0 / 6.0][net6]
8989
|--|--|--|--|--|--|
90-
| .NET Framework 3.5 | .NET Framework 4.0 | .NET Framework 4.5 | .NET Standard 2.0 / 2.1 | .NET Core 2.x / 3.x | .NET 5.0 / .NET 6.0
90+
| .NET Framework 3.5 | .NET Framework 4.0 | .NET Framework 4.5.1 | .NET Standard 2.0 / 2.1 | .NET Core 2.x / 3.x | .NET 5.0 / .NET 6.0
9191

9292
> 提示:<br>
9393
> 1. ![.NET 3.5][net35Y] ![.NET 4.0][net40Y] 最后一个稳定版[点击这里](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.6.15),自 2019 年 5 月 1 日起停止更新。<br>
94-
> 2. .NET 4.5 版本更新计划于 2024 年 12 月 31 日停止更新,新项目建议使用 .NET 3.1 或 .NET 6.0+。
94+
> 2. .NET 4.5 版本更新计划于 2024 年 12 月 31 日停止更新(2021 年 11 月 7 日起最低支持 .NET 4.5.1),新项目建议使用 .NET 3.1 或 .NET 6.0+。
9595
9696
[1.1]: https://img.shields.io/nuget/v/Senparc.Weixin.svg?style=flat
9797
[1.2]: https://www.nuget.org/packages/Senparc.Weixin
@@ -133,10 +133,10 @@ Senparc.Weixin SDK 是目前使用率最高的微信 .NET SDK,也是国内最
133133
[coreY]: https://img.shields.io/badge/standard2.0-Y-brightgreen.svg
134134
[coreN]: https://img.shields.io/badge/standard2.0-N-lightgrey.svg
135135
[coreN-]: https://img.shields.io/badge/standard2.0----lightgrey.svg
136-
[core20Y]: https://img.shields.io/badge/standard%202.0%2F2.1-Y-brightgreen.svg
137-
[core20N]: https://img.shields.io/badge/standard%202.0%2F-N-lightgrey.svg
138-
[netcore]: https://img.shields.io/badge/.Net%20Core%202.x%2F3.x-Y-brightgreen.svg
139-
[net6]: https://img.shields.io/badge/5.0%2F6.0-Y-brightgreen.svg
136+
[core20Y]: https://img.shields.io/badge/standard%202.x-Y-brightgreen.svg
137+
[core20N]: https://img.shields.io/badge/standard%202.x-N-lightgrey.svg
138+
[netcore]: https://img.shields.io/badge/.Net%20Core-Y-brightgreen.svg
139+
[net6]: https://img.shields.io/badge/6.0-Y-brightgreen.svg
140140

141141

142142
[nuget-img-base]: https://img.shields.io/nuget/dt/Senparc.Weixin.svg

src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/packages.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis.Tests/packages.config

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.CsRedis/packages.config

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Memcached/packages.config

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis.Tests/packages.config

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/Senparc.Weixin.Cache/Senparc.Weixin.Cache.Redis/packages.config

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)