-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPackage.props
More file actions
29 lines (29 loc) · 1.33 KB
/
Package.props
File metadata and controls
29 lines (29 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project>
<PropertyGroup>
<PackReadMe>true</PackReadMe>
<Title>$(AssemblyName)</Title>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageId>$(AssemblyName)</PackageId>
<Authors>fgilde</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<RepositoryType>Git</RepositoryType>
<PackageProjectUrl>https://github.com/fgilde/Nextended</PackageProjectUrl>
<RepositoryUrl>https://github.com/fgilde/Nextended</RepositoryUrl>
<Description>This Library provides great and usefull Extension Methods, Small Helpers and Great usefull Types</Description>
<Copyright>Copyright © $(Authors) 2020-$([System.DateTime]::Now.Year)</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>ClassMapping, Mapper, Automap, Enumerable Extensions, EnumHelper, AutoNotificationObject, CollectionWatcher, SuperType, TypedIds</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md" Condition="'$(PackReadMe)' == 'true'">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>