Skip to content

Commit

Permalink
Open v4.14.4 添加半屏小程序管理接口;Senparc.Weixin v6.15.2 更新 ReturnCode 枚举,添加“半…
Browse files Browse the repository at this point in the history
…屏小程序管理”代码 #2664 感谢 @mc7246
  • Loading branch information
JeffreySu committed Jul 10, 2022
1 parent 0ccb8d9 commit bb72881
Show file tree
Hide file tree
Showing 3 changed files with 7 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.14.3</Version>
<Version>4.14.4</Version>
<AssemblyName>Senparc.Weixin.Open</AssemblyName>
<RootNamespace>Senparc.Weixin.Open</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -191,6 +191,7 @@
v4.13.9 添加试用小程序接口及事件
v4.14.2 添加小程序隐私接口
v4.14.3 补充小程序/公众号获取基本信息字段
v4.14.4 添加半屏小程序管理接口
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Senparc.Weixin/Senparc.Weixin/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ and limitations under the License.
修改标识:mc7246 - 20220402
修改描述:v6.14.5 添加试用小程序接口及事件
修改标识:mc7246 - 20220710
修改描述:v6.15.2 更新 ReturnCode 枚举,添加“半屏小程序管理”代码
----------------------------------------------------------------*/


Expand Down
3 changes: 2 additions & 1 deletion src/Senparc.Weixin/Senparc.Weixin/Senparc.Weixin.net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(Net35FrameworkPathOverride)</FrameworkPathOverride>
<Version>6.15.1</Version>
<Version>6.15.2</Version>
<LangVersion>10.0</LangVersion>
<AssemblyName>Senparc.Weixin</AssemblyName>
<RootNamespace>Senparc.Weixin</RootNamespace>
Expand Down Expand Up @@ -327,6 +327,7 @@
v6.12.500 提供 UserHelper
v6.14.5 添加试用小程序接口及事件
v6.15 最低 .NET Framework 版本升级至 4.6.2
v6.15.2 更新 ReturnCode 枚举,添加“半屏小程序管理”代码
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit bb72881

Please sign in to comment.