|
@@ -6,16 +6,32 @@
|
|
|
<NoWarn>$(NoWarn);CS1570;CS1591;CA1031;IDE0063</NoWarn>
|
|
|
<Description>Essensoft.AspNetCore.Payment</Description>
|
|
|
<Copyright>© Essensoft 2020</Copyright>
|
|
|
- <PackageIconUrl>https://raw.githubusercontent.com/essensoft/payment/master/img/payment-logo-nuget.png</PackageIconUrl>
|
|
|
+ <PackageIcon>payment-logo-nuget.png</PackageIcon>
|
|
|
<PackageProjectUrl>https://github.com/essensoft/payment</PackageProjectUrl>
|
|
|
<RepositoryType>git</RepositoryType>
|
|
|
<RepositoryUrl>https://github.com/essensoft/payment</RepositoryUrl>
|
|
|
- <PackageLicenseUrl>https://raw.githubusercontent.com/essensoft/payment/master/LICENSE</PackageLicenseUrl>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <PropertyGroup Condition="'$(Configuration)' == 'Release' ">
|
|
|
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
+ <IncludeSymbols>true</IncludeSymbols>
|
|
|
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
+ <SignAssembly>true</SignAssembly>
|
|
|
+ <AssemblyOriginatorKeyFile>Payment.pfx</AssemblyOriginatorKeyFile>
|
|
|
</PropertyGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\..\img\payment-logo-nuget.png">
|
|
|
+ <Pack>True</Pack>
|
|
|
+ <PackagePath></PackagePath>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\LICENSE">
|
|
|
+ <Pack>True</Pack>
|
|
|
+ <PackagePath></PackagePath>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
|
|
|
+ </ItemGroup>
|
|
|
|
|
|
</Project>
|