Skip to content

Commit

Permalink
NeuChar v1.3.200 过企业微信的推广二维码注册的企业,会回调注册成功的通知,添加对于复杂模型的支持 #116 感谢 @Bil…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Dec 10, 2020
1 parent 8f73957 commit 2c100f5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/Senparc.NeuChar.App/Senparc.NeuChar.App.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>0.9.100</Version>
<Version>0.9.200</Version>
<AssemblyName>Senparc.NeuChar.App</AssemblyName>
<RootNamespace>Senparc.NeuChar.App</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.NeuChar.AspNet/Senparc.NeuChar.AspNet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>0.3.100</Version>
<Version>0.3.200</Version>
<AssemblyName>Senparc.NeuChar.AspNet</AssemblyName>
<RootNamespace>Senparc.NeuChar.AspNet</RootNamespace>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(Net35FrameworkPathOverride)</FrameworkPathOverride>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/*----------------------------------------------------------------
Copyright (C) 2020 Senparc
文件名:ContactSyncToken.cs
文件功能描述:企业微信服务商推广码注册成功返回的通讯录迁移的凭证信息。仅当注册推广包开启通讯录迁移接口时返回该参数
创建标识:Billzjh - 20201210
----------------------------------------------------------------*/

namespace Senparc.NeuChar.Entities
{
Expand Down
3 changes: 3 additions & 0 deletions src/Senparc.NeuChar/Helpers/EntityHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ and limitations under the License.
修改标识:ccccccmd - 20201013
修改描述:v1.2.201 MASSSENDJOBFINISH 事件增加 ArticleUrlResult 节点
修改标识:Billzjh - 20201210
修改描述:v1.3.200 添加企业微信推广码注册对应转换方法
----------------------------------------------------------------*/

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/Senparc.NeuChar/Senparc.NeuChar.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>1.3.100</Version>
<Version>1.3.200</Version>
<AssemblyName>Senparc.NeuChar</AssemblyName>
<RootNamespace>Senparc.NeuChar</RootNamespace>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(Net35FrameworkPathOverride)</FrameworkPathOverride>
Expand Down

0 comments on commit 2c100f5

Please sign in to comment.