Skip to content

Commit af4c704

Browse files
committed
Added NuGet specification file RtfDomParser.nuspec
1 parent e9bf42b commit af4c704

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RtfDomParser.nuspec

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>RtfDomParser</id>
5+
<version>1.0.0</version>
6+
<title>RTF DOM Parser</title>
7+
<authors>Nikolay.IT,yuan yong fu</authors>
8+
<projectUrl>https://github.com/NikolayIT/RtfDomParser</projectUrl>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<description>RtfDomParser (a.k.a. DCSoft.RTF and XDesigner.RTF) is an open source C# library for parsing RTF documents and generating RTF DOM Tree.</description>
11+
<releaseNotes>Original version from yuan yong fu targeting .NET 2.0 with DCSoft.RTF namespaces.</releaseNotes>
12+
<tags>RTF, RtfDomParser, DCSoft.RTF, XDesigner.RTF</tags>
13+
</metadata>
14+
<files>
15+
<file src="Source\Source\bin\Release\DCSoft.RTF.dll" target="lib\DCSoft.RTF.dll" />
16+
</files>
17+
</package>

0 commit comments

Comments
 (0)