forked from ArthurHub/HTML-Renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
15 lines (15 loc) · 829 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
15 lines (15 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project>
<PropertyGroup>
<!-- Common NuGet package properties -->
<Authors>Arthur Teplitzki</Authors>
<Owners>Arthur Teplitzki</Owners>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseUrl>https://github.com/ArthurHub/HTML-Renderer/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://codeplexarchive.org/project/HtmlRenderer</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/ArthurHub/HTML-Renderer/refs/heads/master/html.ico</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>See https://github.com/ArthurHub/HTML-Renderer/releases.</PackageReleaseNotes>
<Version>1.5.1-beta1</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
</Project>