-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
11 lines (11 loc) · 760 Bytes
/
Directory.Build.props
File metadata and controls
11 lines (11 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
<Project>
<PropertyGroup>
<Authors Condition="'$(Authors)' == ''">David Moore</Authors>
<Company Condition="'$(Company)' == ''">$(Authors)</Company>
<Copyright Condition="'$(Copyright)' == ''">%A9 $(Company) $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Version Condition="'$(Version)' == ''">4.0.0-beta</Version>
<Description Condition="'$(Description)' == ''">Tool for downloading ipfilter blocklists for your Bit Torrent client(s)</Description>
<RepositoryUrl Condition="'$(RepositoryUrl)' == ''">https://github.com/DavidMoore/ipfilter</RepositoryUrl>
<PackageProjectUrl Condition="'$(PackageProjectUrl)' == ''">https://www.ipfilter.app/</PackageProjectUrl>
</PropertyGroup>
</Project>