Browse Source

更新 images

Roc 6 years ago
parent
commit
51c291c922
6 changed files with 4 additions and 4 deletions
  1. 2 2
      README.MD
  2. 2 2
      common.props
  3. BIN
      images/Payment-Title.png
  4. BIN
      images/QrCode.png
  5. BIN
      images/icon.png
  6. BIN
      images/payment.png

+ 2 - 2
README.MD

@@ -1,4 +1,4 @@
-![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/icon.png)
+![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/Payment-Title.png)
 
 ## 简介
 
@@ -77,7 +77,7 @@ Essensoft.AspNetCore.Payment.Security       | [![NuGet](https://img.shields.io/n
 
 ## 打赏
 
-![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/payment.png)
+![Payment](https://raw.githubusercontent.com/Essensoft/Payment/master/images/QrCode.png)
 
 ---
 

+ 2 - 2
common.props

@@ -4,11 +4,11 @@
     <NoWarn>$(NoWarn);CS1570;CS1591</NoWarn>
     <Description>Essensoft.AspNetCore.Payment</Description>
     <Copyright>© Essensoft 2018</Copyright>
-    <PackageIconUrl>https://raw.githubusercontent.com/Essensoft/Payment/master/images/icon.png</PackageIconUrl>
+    <PackageIconUrl>https://raw.githubusercontent.com/Essensoft/Payment/master/images/Payment.png</PackageIconUrl>
     <PackageProjectUrl>https://github.com/Essensoft/Payment</PackageProjectUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryUrl>https://github.com/Essensoft/Payment</RepositoryUrl>
-    <License>https://github.com/Essensoft/Payment/blob/master/LICENSE</License>
+    <License>https://raw.githubusercontent.com/Essensoft/Payment/master/LICENSE</License>
   </PropertyGroup>
 
   <PropertyGroup Condition="'$(Configuration)' == 'Release' ">

BIN
images/Payment-Title.png


BIN
images/QrCode.png


BIN
images/icon.png


BIN
images/payment.png