Skip to content

Commit

Permalink
Senparc.Weixin.ALl v2024.9.2 WxOpen 支持小程序付费能力的用量告警事件
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Sep 1, 2024
1 parent f6cedb9 commit 39b7047
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 104 deletions.
3 changes: 2 additions & 1 deletion 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.12</Version>
<Version>2024.9.2</Version>
<LangVersion>10.0</LangVersion>
<AssemblyName>Senparc.Weixin.All</AssemblyName>
<RootNamespace>Senparc.Weixin.All</RootNamespace>
Expand Down Expand Up @@ -46,6 +46,7 @@
[2024-08-06] v2024.6.31 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
[2024-08-11] v2024.8.11 升级 Senparc.Weixin.Open
[2024-08-12] v2024.8.12 升级 Senparc.Weixin.Work
[2024-09-02] v2024.9.2 WxOpen 支持小程序付费能力的用量告警事件
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>3.20.2</Version>
<LangVersion>9.0</LangVersion>
<AssemblyName>Senparc.Weixin.WxOpen</AssemblyName>
<RootNamespace>Senparc.Weixin.WxOpen</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Description>
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>3.20.2</Version>
<LangVersion>9.0</LangVersion>
<AssemblyName>Senparc.Weixin.WxOpen</AssemblyName>
<RootNamespace>Senparc.Weixin.WxOpen</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Description>
微信 SDK - 微信小程序 模块

Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK
</Description>
<Copyright>Senparc Copyright © 2004~2024</Copyright>
<PackageTags>微信,weixin,小程序,wxopen,MiniProgram,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式</PackageTags>
<Authors>Jeffrey Su</Authors>
<Owners>Senparc</Owners>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
<Title>Senparc.Weixin.WxOpen.dll</Title>
<Summary>微信 SDK for .NET / C#</Summary>
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
<PackageIcon>icon.jpg</PackageIcon>
<PackageReleaseNotes>
<Copyright>Senparc Copyright © 2004~2024</Copyright>
<PackageTags>微信,weixin,小程序,wxopen,MiniProgram,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,微信支付,分布式</PackageTags>
<Authors>Jeffrey Su</Authors>
<Owners>Senparc</Owners>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
<Title>Senparc.Weixin.WxOpen.dll</Title>
<Summary>微信 SDK for .NET / C#</Summary>
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
<PackageIcon>icon.jpg</PackageIcon>
<PackageReleaseNotes>
v0.1.0 添加基础解决方案,包括模板消息API

v0.1.0 添加基础库,已包含模板消息API
Expand Down Expand Up @@ -151,89 +151,89 @@
v3.8.512 添加解密到实例信息方法
v3.10.101 新增 WxOpen 专属 AccessTokenContainer,解决没有提供 name 参数的情况下,Register 过程和公众号注册信息发生冲突的问题
v3.10.102 修正 UniformSendData.Mp_Template_Msg.Miniprogram 参数 pagepath -&gt; page
v3.10.103 修正 WxOpenApiHandlerWapper 正确引用 AccessTokenContainer
v3.10.104 添加 WxAppApi.GenerateScheme() 接口
v3.10.401 升级 MessageApi.SendSubscribe() 方法参数
v3.11.100 修改完善“附近的小程序”接口
v3.13.500-preview4.1 添加“Short Link”接口
v3.14 添加 ExpressApi 接口
v3.14.2 添加“小程序违规和申诉管理”消息事件
v3.14.3 添加 UrlLinkApi.Generate() 接口
v3.14.4 添加 BusinessApi.GetUserPhoneNumber() 接口
v3.14.5 修改“下发小程序和公众号统一的服务消息”接口参数,提升兼容性
v3.14.10.1 修复 WxAppApi.GetWxaCodeUnlimitAsync() 接口参数错误
v3.15.2 添加小程序隐私接口
v3.15.3 添加商户客户参数(BusinessId)
v3.15.4 添加小程序客服管理接口
v3.15.6 添加“异步校验图片/音频是否含有违法违规内容”接口
v3.15.7
1、添加 OnEvent_MediaCheckRequest() 方法:内容安全回调 - wxa_media_check 推送结果
2、修复 RequestMsgType.Event 返回值没有正确赋值的问题
v3.15.10 EncryptHelper.DecodeEncryptedData() 方法添加 keySize 参数
v3.15.12 添加小程序类目审核结果事件推送
v3.15.13 添加“文本内容安全识别”接口 PR #2786
v3.15.15 添加物流服务相关接口和事件推送 PR #2834
v3.15.15.1 获取小程序服务GenerateScheme模型增加env_version字段 PR #2861
v3.16.0 客服接口支持长文本自动切割后连续发送
v3.16.4 微信已于2023 年 9 月 20 日收回下发统一消息接口,标注过时 PR #2921
v3.17.1 添加 CodeApi.RevertCodeRelease() 方法的 appVersion 参数
v3.17.2 添加“小程序虚拟支付”功能 PR #2961 / Issue #2951
v3.17.3 添加小程序分类审核异步通知事件 / PR #2969
v3.17.5 新增小程序认证年审事件接口 / PR #2979
v3.17.6 虚拟支付增加了接口从1.0.7~1.0.10,同步完善 / PR #2987
v3.19.0 添加小程序发货信息管理服务-查询小程序是否已完成交易结算管理确认接口 / PR #3030
[2024-08-06] v3.19.2 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
v3.10.103 修正 WxOpenApiHandlerWapper 正确引用 AccessTokenContainer
v3.10.104 添加 WxAppApi.GenerateScheme() 接口
v3.10.401 升级 MessageApi.SendSubscribe() 方法参数
v3.11.100 修改完善“附近的小程序”接口
v3.13.500-preview4.1 添加“Short Link”接口
v3.14 添加 ExpressApi 接口
v3.14.2 添加“小程序违规和申诉管理”消息事件
v3.14.3 添加 UrlLinkApi.Generate() 接口
v3.14.4 添加 BusinessApi.GetUserPhoneNumber() 接口
v3.14.5 修改“下发小程序和公众号统一的服务消息”接口参数,提升兼容性
v3.14.10.1 修复 WxAppApi.GetWxaCodeUnlimitAsync() 接口参数错误
v3.15.2 添加小程序隐私接口
v3.15.3 添加商户客户参数(BusinessId)
v3.15.4 添加小程序客服管理接口
v3.15.6 添加“异步校验图片/音频是否含有违法违规内容”接口
v3.15.7
1、添加 OnEvent_MediaCheckRequest() 方法:内容安全回调 - wxa_media_check 推送结果
2、修复 RequestMsgType.Event 返回值没有正确赋值的问题
v3.15.10 EncryptHelper.DecodeEncryptedData() 方法添加 keySize 参数
v3.15.12 添加小程序类目审核结果事件推送
v3.15.13 添加“文本内容安全识别”接口 PR #2786
v3.15.15 添加物流服务相关接口和事件推送 PR #2834
v3.15.15.1 获取小程序服务GenerateScheme模型增加env_version字段 PR #2861
v3.16.0 客服接口支持长文本自动切割后连续发送
v3.16.4 微信已于2023 年 9 月 20 日收回下发统一消息接口,标注过时 PR #2921
v3.17.1 添加 CodeApi.RevertCodeRelease() 方法的 appVersion 参数
v3.17.2 添加“小程序虚拟支付”功能 PR #2961 / Issue #2951
v3.17.3 添加小程序分类审核异步通知事件 / PR #2969
v3.17.5 新增小程序认证年审事件接口 / PR #2979
v3.17.6 虚拟支付增加了接口从1.0.7~1.0.10,同步完善 / PR #2987
v3.19.0 添加小程序发货信息管理服务-查询小程序是否已完成交易结算管理确认接口 / PR #3030
[2024-08-06] v3.19.2 更新基础库,包括 Senparc.CO2NET 相关库、Senparc.AI
[2024-09-02] v3.20.2 WxOpen 支持小程序付费能力的用量告警事件
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\..\..\BuildOutPut</OutputPath>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\..\..\..\..\..\BuildOutPut</OutputPath>
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
<DocumentationFile>..\..\..\..\..\..\BuildOutPut\Senparc.Weixin.WxOpen.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<OutputPath>..\..\..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\..\..\BuildOutPut\netstandard2.0\Senparc.Weixin.WxOpen.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
<OutputPath>..\..\..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\..\..\BuildOutPut\netstandard2.1\Senparc.Weixin.WxOpen.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\..\..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'net462' ">
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Senparc.NeuChar" Version="2.4.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" />
<ProjectReference Include="..\..\..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\..\..\BuildOutPut</OutputPath>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>..\..\..\..\..\..\BuildOutPut</OutputPath>
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
<DocumentationFile>..\..\..\..\..\..\BuildOutPut\Senparc.Weixin.WxOpen.XML</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<OutputPath>..\..\..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\..\..\BuildOutPut\netstandard2.0\Senparc.Weixin.WxOpen.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
<OutputPath>..\..\..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\..\..\BuildOutPut\netstandard2.1\Senparc.Weixin.WxOpen.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\..\..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'net462' ">
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Senparc.NeuChar" Version="2.4.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Senparc.Weixin.MP\Senparc.Weixin.MP\Senparc.Weixin.MP.net8.csproj" />
<ProjectReference Include="..\..\..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net8.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>
</Project>

0 comments on commit 39b7047

Please sign in to comment.