Skip to content

Commit

Permalink
Merge pull request #3028 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
JeffreySu authored Jun 9, 2024
2 parents b03edf5 + f41d21a commit d4927df
Show file tree
Hide file tree
Showing 30 changed files with 175 additions and 1,996 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!--引用 Nuget 包-->
<ItemGroup>
<PackageReference Include="Senparc.Weixin.AspNet" Version="1.2.1" />
<PackageReference Include="Senparc.Weixin.TenPayV3" Version="1.3.1.1" />
<PackageReference Include="Senparc.Weixin.TenPayV3" Version="1.3.1.2" />
<PackageReference Include="Senparc.Weixin.WxOpen" Version="3.18.1" />
<PackageReference Include="Senparc.Weixin.WxOpen.Middleware" Version="1.2.1" />
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions readme.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Senparc.Weixin —— WeChat .NET SDK
[![NuGet](https://img.shields.io/nuget/dt/Senparc.Weixin.svg)](https://www.nuget.org/packages/Senparc.Weixin)
[![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/4w/JeffreySu/WeiXinMPSDK.svg)](https://github.com/JeffreySu/WeiXinMPSDK/commits/master)
![Static Badge](https://img.shields.io/badge/.NET-8.0-blue)
[![Senparc.Weixin.All](https://img.shields.io/nuget/vpre/Senparc.Weixin.All?label=Senparc.Weixin.All)](https://www.nuget.org/packages/Senparc.Weixin.All/)
[![license](https://img.shields.io/github/license/JeffreySu/WeiXinMPSDK.svg)](http://www.apache.org/licenses/LICENSE-2.0)

[![Senparc.Weixin](https://img.shields.io/nuget/vpre/Senparc.Weixin?label=Senparc.Weixin)](https://www.nuget.org/packages/Senparc.Weixin/)
Expand Down Expand Up @@ -219,8 +220,8 @@ This repository contains the source code for multiple versions including .NET Fr
> Tip:<br>
> 1. Starting from May 1, 2019, .NET Framework 3.5 and 4.0 will no longer receive updates. The last stable version of .NET Framework 3.5 + 4.0 can be found [here](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.6.15).<br>
> 2. Starting from April 3, 2022, .NET Framework 4.5 has been upgraded to 4.6.2. The last stable version of .NET Framework 4.5 can be found [here](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.17.9).<br>
> 3. If you are still using .NET Framework, it is recommended to upgrade your application to .NET Framework 4.8+ by January 12, 2027, as official support for .NET Framework 4.6.2 will end by then ([source](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework)).
> 3. If you are still using .NET Framework, it is recommended to upgrade your application to .NET Framework 4.8+ by January 12, 2027, as official support for .NET Framework 4.6.2 will end by then ([source](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework)).<br>
> 4. Use the 'Senparc.Weixin.All' integration library to automatically reference all libraries at once.
[1.1]: https://img.shields.io/nuget/v/Senparc.Weixin.svg?style=flat
[1.2]: https://www.nuget.org/packages/Senparc.Weixin
Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

Senparc.Weixin —— 微信 .NET SDK
=================

[![Build status](https://mysenparc.visualstudio.com/Senparc%20SDK/_apis/build/status/Weixin%20SDK/Senparc.Weixin%20Dev-%E5%86%85%E9%83%A8-%E8%87%AA%E5%8A%A8-.Net6)](https://mysenparc.visualstudio.com/Senparc%20SDK/_build/latest?definitionId=36)
[![NuGet](https://img.shields.io/nuget/dt/Senparc.Weixin.svg)](https://www.nuget.org/packages/Senparc.Weixin)
[![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/4w/JeffreySu/WeiXinMPSDK.svg)](https://github.com/JeffreySu/WeiXinMPSDK/commits/master)
![Static Badge](https://img.shields.io/badge/.NET-8.0-blue)
[![Senparc.Weixin.All](https://img.shields.io/nuget/vpre/Senparc.Weixin.All?label=Senparc.Weixin.All)](https://www.nuget.org/packages/Senparc.Weixin.All/)
[![license](https://img.shields.io/github/license/JeffreySu/WeiXinMPSDK.svg)](http://www.apache.org/licenses/LICENSE-2.0)

[![Senparc.Weixin](https://img.shields.io/nuget/vpre/Senparc.Weixin?label=Senparc.Weixin)](https://www.nuget.org/packages/Senparc.Weixin/)
Expand Down Expand Up @@ -228,7 +230,7 @@ app.UseMessageHandlerForMp("/WeixinAsync",
| 10| Redis 分布式缓存 |Senparc.Weixin.Cache.<br>Redis.dll | [![Cache.Redis][7.1]][7.2]<br>[![Redis][nuget-img-redis]][nuget-url-redis] | ![.NET 4.5][net46Y] ![.NET Standard 2.0/2.1][core20Y] ![.NET 5.0 / 6.0 / 7.0 / 8.0][net8]
| 11| Memcached <br> 分布式缓存 |Senparc.Weixin.Cache.<br>Memcached.dll | [![Cache.Memcached][8.1]][8.2]<br>[![MC][nuget-img-mc]][nuget-url-mc] | ![.NET 4.5][net46Y] ![.NET Standard 2.0/2.1][core20Y] ![.NET 5.0 / 6.0 / 7.0 / 8.0][net8]
| 12| [WebSocket <br>(独立项目)](https://github.com/JeffreySu/Senparc.WebSocket)   |Senparc.WebSocket.dll | [![Senparc.WebSocket][10.1]][10.2]<br>[![WebSocket][nuget-img-ws]][nuget-url-ws] | ![.NET 4.5][net46Y] ![.NET Standard 2.0/2.1][core20Y] ![.NET 5.0 / 6.0 / 7.0 / 8.0][net8]

| 13| All In One 集成库 |Senparc.Weixin.All.dll | [![Senparc.Weixin.All][14.1]][14.2]<br>[![Senparc.Weixin.All][nuget-img-base]][nuget-url-base] | ![.NET 4.5][net46N] ![.NET Standard 2.0/2.1][core20Y] ![.NET 5.0 / 6.0 / 7.0 / 8.0][net8]

#### 图例
| ![.NET 4.6][net46Y] | ![.NET Standard 2.x][core20Y] | ![.NET 5.0 / 6.0 / 7.0 / 8.0][net8]
Expand All @@ -238,7 +240,8 @@ app.UseMessageHandlerForMp("/WeixinAsync",
> 提示:<br>
> 1. 自 2019 年 5 月 1 日起,.NET Framework 3.5 及 4.0 停止更新,最后一个 .NET Framework 3.5 + 4.0 稳定版[点击这里](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.6.15)。<br>
> 2. 自 2022 年 4 月 3 日起,.NET Framework 4.5 升级为 4.6.2,最后一个 .NET Framework 4.5 的稳定版[点击这里](https://github.com/JeffreySu/WeiXinMPSDK/releases/tag/v16.17.9)。<br>
> 3. 如果您还在使用 .NET Framework,建议您在 2027 年 1 月 12 日之间,将 .NET Framework 应用升级至 .NET Framework 4.8+,彼时官方将停止对 .NET Framework 4.6.2 的支持([查看](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework))。
> 3. 如果您还在使用 .NET Framework,建议您在 2027 年 1 月 12 日之间,将 .NET Framework 应用升级至 .NET Framework 4.8+,彼时官方将停止对 .NET Framework 4.6.2 的支持([查看](https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework))。<br>
> 4. 使用 `Senparc.Weixin.All` 集成库可一次性自动引用所有模块。

[1.1]: https://img.shields.io/nuget/v/Senparc.Weixin.svg?style=flat
Expand Down Expand Up @@ -267,6 +270,8 @@ app.UseMessageHandlerForMp("/WeixinAsync",
[12.2]: https://www.nuget.org/packages/Senparc.Weixin.TenPay
[13.1]: https://img.shields.io/nuget/v/Senparc.Weixin.TenPayV3.svg?style=flat
[13.2]: https://www.nuget.org/packages/Senparc.Weixin.TenPayV3
[14.1]: https://img.shields.io/nuget/v/Senparc.Weixin.All.svg?style=flat
[14.2]: https://www.nuget.org/packages/Senparc.Weixin.All

[net46Y]: https://img.shields.io/badge/.NET%20Framework%204.6+-Y-brightgreen.svg
[net46N]: https://img.shields.io/badge/.NET%20Framework%204.6+-N-lightgrey.svg
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1;netcoreapp3.1;net8.0</TargetFrameworks>
<Version>0.19.1</Version>
<Version>0.19.2</Version>
<AssemblyName>Senparc.WebSocket</AssemblyName>
<RootNamespace>Senparc.WebSocket</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -112,7 +112,7 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Senparc.CO2NET" Version="2.4.0.1" />
<PackageReference Include="Senparc.CO2NET" Version="2.4.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down
Loading

0 comments on commit d4927df

Please sign in to comment.