-
Notifications
You must be signed in to change notification settings - Fork 543
Expand file tree
/
Copy pathHtmlRenderer.WinForms.nuspec
More file actions
50 lines (48 loc) · 2.45 KB
/
HtmlRenderer.WinForms.nuspec
File metadata and controls
50 lines (48 loc) · 2.45 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>HtmlRenderer.WinForms</id>
<version>0.0.0.1</version>
<title>HTML Renderer for WinForms</title>
<authors>Arthur Teplitzki</authors>
<owners>Arthur Teplitzki</owners>
<licenseUrl>https://htmlrenderer.codeplex.com/license</licenseUrl>
<projectUrl>https://github.com/dem-v/HTML-Renderer/</projectUrl>
<iconUrl>https://github.com/ArthurHub/HTML-Renderer/blob/master/html.ico?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for WinForms.
</summary>
<description>
Multipurpose (UI Controls / Image generation), 100% managed (C#), High performance HTML Rendering library for WinForms.
HTML UI in .NET WinForms applications using controls or static rendering.
Features and Benefits:
---
* Controls: HtmlPanel, HtmlLabel, HtmlToolTip.
* Create images from HTML snippets.
* 100% managed code and no external dependencies, no ActiveX, no MSHTML.
* Extensive HTML 4.01 and CSS level 2 specifications support.
* Support separating CSS from HTML by loading stylesheet code separately.
* Support text selection, copy-paste and context menu.
* Handles "real world" malformed HTML, it doesn't have to be XHTML.
* Supports .NET 2.0 or higher including Client Profile.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.
</description>
<releaseNotes>See http://htmlrenderer.codeplex.com/releases.</releaseNotes>
<tags>html render renderer draw control winforms</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="HtmlRenderer.Core" version="6.2.0.0"/>
</dependencies>
</metadata>
<files>
<file src="..\Release\WinForms\NET48\HtmlRenderer.WinForms.dll" target="lib\net48\HtmlRenderer.WinForms.dll" />
<file src="..\Release\WinForms\NET48\HtmlRenderer.WinForms.pdb" target="lib\net48\HtmlRenderer.WinForms.pdb" />
<file src="HtmlRenderer.WinForms.readme.txt" target="readme.txt" />
</files>
</package>