-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTinyHtml.Wpf.nuspec
29 lines (27 loc) · 1.32 KB
/
TinyHtml.Wpf.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>TinyHtml.Wpf</id>
<version>1.2.0.0</version>
<title>TinyHtml.Wpf</title>
<authors>Daniel Sabel</authors>
<projectUrl>https://github.com/fsdsabel/TinyHtmlWpf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
This library renders HTML using WPF GraphicsContext. This results in seemlessly blending with the rest of ur UI.
It supports most CSS2/CSS3 features. Everything within one DLL.
Internally it uses LiteHtml from https://github.com/litehtml/litehtml.
This library requires the Microsoft® C Runtime Library 14.0.
</description>
<summary>WPF Control to display HTML.</summary>
<copyright>Copyright (c) 2018, Daniel Sabel</copyright>
<tags>wpf, html</tags>
<releaseNotes>
1.2.0.0 - implemented use of links
1.1.0.0 - streamlined package install, build and deployment</releaseNotes>
</metadata>
<files>
<file src="Bin\Release\TinyHtml.Wpf.dll" target="lib\net46\TinyHtml.Wpf.dll" />
<file src="Bin\Release\TinyHtml.Wpf.xml" target="lib\net46\TinyHtml.Wpf.xml" />
</files>
</package>