You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
5.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>1.12.5.8</Version>
<AssemblyName>Senparc.Weixin.TenPay</AssemblyName>
<RootNamespace>Senparc.Weixin.TenPay</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<Description>
微信 SDK - 微信支付 模块
Senparc.Weixin SDK 开源项目:
https://github.com/JeffreySu/WeiXinMPSDK
</Description>
<Copyright>Senparc Copyright © 2004~2023</Copyright>
<PackageTags>微信,微信支付,weixin,公众号,WeChat,Senparc,盛派,SDK,C#,JSSDK,分布式,小程序,JSSDK,微信支付,摇一摇周边</PackageTags>
<Authors>Jeffrey Su</Authors>
<Owners>Senparc</Owners>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<ProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</ProjectUrl>
<Title>Senparc.Weixin.TenPay.dll</Title>
<Summary>微信支付 SDK for C#</Summary>
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
<PackageIcon>icon.jpg</PackageIcon>
<PackageReleaseNotes>
v0.1.0 从 Senparc.Weixin.MP 和 Senparc.Weixin.Work 抽象并分离独立的微信支付模块
v0.2.0 支持 Senparc.Weixin v6.0.1
v0.2.1 优化支付模板Html5Order方法
v1.0.0 Senparc.Weixin 6.1.4
v1.0.1 优化 TenPayV3Result.GetXmlValues() 方法
v1.1.0 完善子账号 SubMchId 相关参数
v1.3.0 停止对 .NET 3.5 和 .NET 4.0 的支持
v1.4.0 .NET Core 添加多证书注册功能
v1.4.2 修改“企业付款”接口Transfers的参数命名
v1.4.3 引用最新版本 CO2NET
v1.4.4 引用最新版本 CO2NET 和 Senparc.Weixin
v1.4.5 添加 GetTransferInfoResult.payment_time 属性
v1.4.6 引用最新版本 CO2NET 和 Senparc.Weixin
v1.4.7
1、支持最新版本 Senparc.Weixin
2、提供带符号的 nuget 包(.snupkg)
v1.5.0
1、使用最新版本 Senparc.Weixin支持 .NET Core 3.0
2、商户的企业付款查询结果实体GetTransferInfoResultpayment_time字段空值修复
v1.5.101 提供 .Net Core 3.0 独立版本
v1.5.103 提供 .Net Core 3.0 独立版本
v1.5.103.1 增加微信支付小程序发送红包API
v1.5.401 实现分账接口
v1.5.402 添加 TenpayV3ProtfitSharingRequestData 的 Version 属性
v1.5.403 增加服务商模式SubAppId、SubMchId字段重载
v1.5.502.4 添加支付退款详情列表
v1.5.601 修正企业红包支付功能中的加密过程
v1.6.100 更新 TenPayV3UnifiedorderRequestData 构造函数version 为空时忽略 https://github.com/JeffreySu/WeiXinMPSDK/issues/2277
v1.6.101
1、更新 TenPayV3UnifiedorderRequestData 构造函数,单独提供 version 参数修正问题https://github.com/JeffreySu/WeiXinMPSDK/pull/2151
2、删除 TenpayV3ProtfitRequestDataVersion 的定义
v1.6.200.2 修复:调用分账查询接口, 结果返回"验证签名失败"问题
v1.11.4 使用 Senparc.Weixin.Config.TenPayV3Host 提供可配置的 API 域名
</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.TenPay.xml</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
<OutputPath>..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\BuildOutPut\net40\Senparc.Weixin.TenPay.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<OutputPath>..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\BuildOutPut\netstandard2.0\Senparc.Weixin.TenPay.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
<OutputPath>..\..\BuildOutPut\</OutputPath>
<DocumentationFile>..\..\BuildOutPut\netstandard2.1\Senparc.Weixin.Open.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\Senparc.Weixin\icon.jpg" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net462'">
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Senparc.CO2NET.AspNet" Version="1.1.4.7" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net7.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>
</Project>