Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Varorbc committed Oct 31, 2018
1 parent 40f3cb3 commit d65d560
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/PaySharp.Alipay/PaySharp.Alipay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Title>PaySharp.Alipay</Title>
<Description>支付宝支付</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageTags>dotnetcore;pay;alipay;</PackageTags>
<PackageReleaseNotes>
增加退款异步通知
优化回调通知中支付成功的判断
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/PaySharp.Qpay/PaySharp.Qpay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Title>PaySharp.Qpay</Title>
<Description>QQ钱包支付</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageTags>dotnetcore;pay;qpay;</PackageTags>
<PackageReleaseNotes>
修复Azure下证书无法使用的问题
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion src/PaySharp.Wechatpay/PaySharp.Wechatpay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<Title>PaySharp.Wechatpay</Title>
<Description>微信支付</Description>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<PackageTags>dotnetcore;pay;wechatpay;</PackageTags>
<PackageReleaseNotes>
修复Azure下证书无法使用的问题
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit d65d560

Please sign in to comment.