Skip to content

Commit

Permalink
Open [2024-11-03] v4.20.6 fix wxa ap is get qr code async Issue #3089,…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Nov 2, 2024
1 parent faf2856 commit 096816e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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</TargetFrameworks>
<Version>4.20.5</Version>
<Version>4.20.6</Version>
<AssemblyName>Senparc.Weixin.Open</AssemblyName>
<RootNamespace>Senparc.Weixin.Open</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -226,7 +226,8 @@
[2024-08-06] v4.18.4 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
[2024-08-11] v4.20.0.0 1、添加查询小程序是否已完成交易结算管理确认 2、添加第三方小程序订单页设置结果及审核结果事件通知 #3055 感谢 @mc7246
[2024-09-10] v4.20.2 icp verifytask 接口 data 不能为 null 的问题处理 #3067 感谢 @mojinxun
</PackageReleaseNotes>
[2024-11-03] v4.20.6 fix wxa ap is get qr code async Issue #3089, PR #3090 感谢 @JaneConan
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ and limitations under the License.
修改标识:mc7246 - 20210930
修改描述:v4.11.500 添加第三方代码提审资料上传接口
修改标识:JaneConan - 20241103
修改描述:v4.20.6 fix wxa ap is get qr code async Issue #3089, PR #3090
----------------------------------------------------------------*/


Expand Down

0 comments on commit 096816e

Please sign in to comment.