forked from essensoft/paylinks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (17 loc) · 863 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (17 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<Version>2.4.3</Version>
<NoWarn>$(NoWarn);CS1570;CS1591</NoWarn>
<Description>Essensoft.AspNetCore.Payment</Description>
<Copyright>© Essensoft 2019</Copyright>
<PackageIconUrl>https://raw.githubusercontent.com/essensoft/media/master/images/nuget/payment.png</PackageIconUrl>
<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' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>
</Project>