-
Notifications
You must be signed in to change notification settings - Fork 545
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
22 lines (22 loc) · 983 Bytes
/
Directory.Build.props
File metadata and controls
22 lines (22 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<Product>HTML Renderer</Product>
<Authors>Arthur Teplitzki</Authors>
<Owners>Arthur Teplitzki</Owners>
<Company>Open source hosted on GitHub</Company>
<Copyright>Copyright © 2008-2025</Copyright>
<Version>1.6.0-dev</Version>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<FileVersion>1.6.0.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageProjectUrl>https://codeplexarchive.org/project/HtmlRenderer</PackageProjectUrl>
<PackageIcon>html.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>See https://github.com/ArthurHub/HTML-Renderer/releases.</PackageReleaseNotes>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<None Include="../../html.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>