-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2760 from JeffreySu/Developer
TenPayV3 v0.6.8.4 修改 week_day 类型为 int[]
- Loading branch information
Showing
5 changed files
with
95 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
146 changes: 74 additions & 72 deletions
146
src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Senparc.Weixin.TenPayV3.net7.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,81 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<Version>0.6.8.3</Version> | ||
<AssemblyName>Senparc.Weixin.TenPayV3</AssemblyName> | ||
<RootNamespace>Senparc.Weixin.TenPayV3</RootNamespace> | ||
<LangVersion>10.0</LangVersion> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<Description> | ||
<PropertyGroup> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<Version>0.6.8.4</Version> | ||
<AssemblyName>Senparc.Weixin.TenPayV3</AssemblyName> | ||
<RootNamespace>Senparc.Weixin.TenPayV3</RootNamespace> | ||
<LangVersion>10.0</LangVersion> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<Description> | ||
微信 SDK - 微信支付 V3 模块 | ||
|
||
Senparc.Weixin SDK 开源项目: | ||
https://github.com/JeffreySu/WeiXinMPSDK | ||
</Description> | ||
<Copyright>Senparc Copyright © 2004~2022</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.TenPayV3.dll</Title> | ||
<Summary>微信支付 V3 SDK for C#</Summary> | ||
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl> | ||
<PackageIcon>icon.jpg</PackageIcon> | ||
<PackageReleaseNotes> | ||
v0.1.0 创世 | ||
v0.3.500.2 重构加密方法 | ||
v0.3.500.3 修正合单支付的 URL 路径错误 | ||
v0.3.500.4 完成商家券接口、委托营销接口、消费卡接口、支付有礼接口 | ||
v0.5.1 修复PayV3营销工具商户券API | ||
v0.5.6 使用 Senparc.Weixin.Config.TenPayV3Host 提供可配置的 API 域名 | ||
v0.5.7 升级微信支付请求的方法,支持多种加密方式 | ||
v0.6.1 修复 CloseOrderAsync() 参数问题 | ||
v0.6.2.2 修复 TenPayHttpClient 赋值问题 | ||
v0.6.3 添加“发起商家转账API” | ||
v0.6.5 重构 BasePayApis.GetPayApiUrl() 方法 | ||
v0.6.8.2 | ||
</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.TenPayV3.xml</DocumentationFile> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
</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> | ||
<Compile Remove="Apis\Marketing\Entities\MarketingApis.Busifavor.cs" /> | ||
<Compile Remove="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' "> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Senparc.CO2NET.AspNet" Version="1.1.3.4" /> | ||
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Senparc.Weixin\Senparc.Weixin\Senparc.Weixin.net7.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.1" /> | ||
</ItemGroup> | ||
<Copyright>Senparc Copyright © 2004~2022</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.TenPayV3.dll</Title> | ||
<Summary>微信支付 V3 SDK for C#</Summary> | ||
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl> | ||
<PackageIcon>icon.jpg</PackageIcon> | ||
<PackageReleaseNotes> | ||
v0.1.0 创世 | ||
v0.3.500.2 重构加密方法 | ||
v0.3.500.3 修正合单支付的 URL 路径错误 | ||
v0.3.500.4 完成商家券接口、委托营销接口、消费卡接口、支付有礼接口 | ||
v0.5.1 修复PayV3营销工具商户券API | ||
v0.5.6 使用 Senparc.Weixin.Config.TenPayV3Host 提供可配置的 API 域名 | ||
v0.5.7 升级微信支付请求的方法,支持多种加密方式 | ||
v0.6.1 修复 CloseOrderAsync() 参数问题 | ||
v0.6.2.2 修复 TenPayHttpClient 赋值问题 | ||
v0.6.3 添加“发起商家转账API” | ||
v0.6.5 重构 BasePayApis.GetPayApiUrl() 方法 | ||
v0.6.8.2 MarketingApis.ModifyBusifavorStockInformationAsync 方法单独提取参数 stock_id | ||
v0.6.8.3 MarketingApis.ModifyBusifavorStockBudgetAsync 方法单独提取参数 stock_id | ||
v0.6.8.4 修改 week_day 类型为 int[] | ||
</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.TenPayV3.xml</DocumentationFile> | ||
<Optimize>true</Optimize> | ||
<DebugType>pdbonly</DebugType> | ||
<ErrorReport>prompt</ErrorReport> | ||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> | ||
</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> | ||
<Compile Remove="Apis\Marketing\Entities\MarketingApis.Busifavor.cs" /> | ||
<Compile Remove="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' "> | ||
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Senparc.CO2NET.AspNet" Version="1.1.3.4" /> | ||
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" /> | ||
</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> |