forked from MindTouch/SGMLReader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSGMLReader.nuspec
More file actions
16 lines (16 loc) · 787 Bytes
/
SGMLReader.nuspec
File metadata and controls
16 lines (16 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<package >
<metadata>
<id>SgmlReader</id>
<version>1.8.12</version>
<authors>Chris Lovett, Steve Bjorg</authors>
<owners>Steve Bjorg, Andy Sherwood</owners>
<licenseUrl>https://github.com/MindTouch/SGMLReader/blob/master/license.txt</licenseUrl>
<projectUrl>https://github.com/MindTouch/SGMLReader</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Converts SGML to XML via XmlReader API</summary>
<description>SgmlReader is a versatile C# .NET library written by Chris Lovett for parsing HTML/SGML files using the XmlReader API.</description>
<tags>SGML XML</tags>
<copyright>Copyright © 2002, Microsoft Corporation; Copyright © 2007-2013, MindTouch</copyright>
</metadata>
</package>