浏览代码

发布 1.0.1 版本

Roc 7 年之前
父节点
当前提交
db297f975a

+ 1 - 1
samples/WebApplicationSample/Controllers/NotifyController.cs

@@ -47,7 +47,7 @@ namespace WebApplicationSample.Controllers
         }
 
         /// <summary>
-        /// 手机支付异步通知
+        /// 手机网站支付异步通知
         /// </summary>
         /// <returns></returns>
         [Route("wappay")]

+ 4 - 1
samples/WebApplicationSample/WebApplicationSample.csproj

@@ -3,10 +3,13 @@
   <PropertyGroup>
     <TargetFramework>netcoreapp2.0</TargetFramework>
     <UserSecretsId>a59ca38e-9b52-44fe-b3d2-8cb5a1641623</UserSecretsId>
+    <Version>1.0.1</Version>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
+    <FileVersion>1.0.0.1</FileVersion>
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
+    <PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
   </ItemGroup>
 
   <ItemGroup>

+ 7 - 1
src/Essensoft.AspNetCore.Alipay/Essensoft.AspNetCore.Alipay.csproj

@@ -2,7 +2,13 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
-    <Description>Essensoft.AspNetCore.Alipay</Description>
+    <Description>.Net Core 2.0 支付宝服务端SDK.源码及例程: https://github.com/Essensoft/Payment</Description>
+    <Authors>Roc</Authors>
+    <Company>Essensoft</Company>
+    <Product>Payment</Product>
+    <Version>1.0.1</Version>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
+    <FileVersion>1.0.0.1</FileVersion>
   </PropertyGroup>
 
   <ItemGroup>

+ 7 - 0
src/Essensoft.AspNetCore.JdPay/Essensoft.AspNetCore.JdPay.csproj

@@ -2,6 +2,13 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
+    <Company>Essensoft</Company>
+    <Authors>Roc</Authors>
+    <Product>Payment</Product>
+    <Version>1.0.1</Version>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
+    <FileVersion>1.0.0.1</FileVersion>
+    <Description>.Net Core 2.0 京东支付(仅扫码支付)服务端SDK.源码及例程: https://github.com/Essensoft/Payment</Description>
   </PropertyGroup>
   
   <ItemGroup>

+ 7 - 0
src/Essensoft.AspNetCore.QPay/Essensoft.AspNetCore.QPay.csproj

@@ -2,6 +2,13 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
+    <Authors>Roc</Authors>
+    <Company>Essensoft</Company>
+    <Product>Payment</Product>
+    <Version>1.0.1</Version>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
+    <FileVersion>1.0.0.1</FileVersion>
+    <Description>.Net Core 2.0 QQ钱包支付服务端SDK.源码及例程: https://github.com/Essensoft/Payment</Description>
   </PropertyGroup>
 
   <ItemGroup>

+ 6 - 0
src/Essensoft.AspNetCore.Security/Essensoft.AspNetCore.Security.csproj

@@ -2,6 +2,12 @@
 
   <PropertyGroup>
     <TargetFramework>netstandard2.0</TargetFramework>
+    <Product>Payment</Product>
+    <Company>Essensoft</Company>
+    <Authors>Roc</Authors>
+    <Version>1.0.1</Version>
+    <Description>.Net Core 2.0 支付SDK依赖安全算法库(迁移自BouncyCastle).源码及例程: https://github.com/Essensoft/Payment</Description>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
   </PropertyGroup>
 
 </Project>

+ 7 - 0
src/Essensoft.AspNetCore.WeChatPay/Essensoft.AspNetCore.WeChatPay.csproj

@@ -4,6 +4,13 @@
     <TargetFramework>netstandard2.0</TargetFramework>
     <ApplicationIcon />
     <Win32Resource />
+    <Company>Essensoft</Company>
+    <Authors>Roc</Authors>
+    <Product>Payment</Product>
+    <Version>1.0.1</Version>
+    <Description>.Net Core 2.0 微信支付服务端SDK.源码及例程: https://github.com/Essensoft/Payment</Description>
+    <AssemblyVersion>1.0.0.1</AssemblyVersion>
+    <FileVersion>1.0.0.1</FileVersion>
   </PropertyGroup>
 
   <ItemGroup>