Skip to content

Commit

Permalink
Added NuGet specification file RtfDomParser.nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Aug 18, 2015
1 parent e9bf42b commit af4c704
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RtfDomParser.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>RtfDomParser</id>
<version>1.0.0</version>
<title>RTF DOM Parser</title>
<authors>Nikolay.IT,yuan yong fu</authors>
<projectUrl>https://github.com/NikolayIT/RtfDomParser</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>Original version from yuan yong fu targeting .NET 2.0 with DCSoft.RTF namespaces.</releaseNotes>
<tags>RTF, RtfDomParser, DCSoft.RTF, XDesigner.RTF</tags>
</metadata>
<files>
<file src="Source\Source\bin\Release\DCSoft.RTF.dll" target="lib\DCSoft.RTF.dll" />
</files>
</package>

0 comments on commit af4c704

Please sign in to comment.