Skip to content

Commit

Permalink
Merge pull request #3058 from JeffreySu/Developer-SM
Browse files Browse the repository at this point in the history
Senparc.Weixin.All v2024.8.11 升级 Senparc.Weixin.Open
  • Loading branch information
JeffreySu authored Aug 10, 2024
2 parents 4d704b2 + 342d53e commit 29809fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/Senparc.Weixin.All/Senparc.Weixin.All.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2024.8.1.1-beta1</Version>
<Version>2024.8.11</Version>
<LangVersion>10.0</LangVersion>
<AssemblyName>Senparc.Weixin.All</AssemblyName>
<RootNamespace>Senparc.Weixin.All</RootNamespace>
Expand Down Expand Up @@ -43,8 +43,9 @@
v2024.6.25 更新最新 MP、WxOpen
v2024.6.26 更新全自动注册方法 UseSenparcWeixin()
v2024.6.30 完善 UseSenparcWeixin() 方法
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
</PackageReleaseNotes>
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
[2024-08-11] v2024.8.11 升级 Senparc.Weixin.Open
</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 @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>4.20.0.0</Version>
<Version>4.20.0</Version>
<AssemblyName>Senparc.Weixin.Open</AssemblyName>
<RootNamespace>Senparc.Weixin.Open</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 29809fa

Please sign in to comment.