forked from atifaziz/Fizzler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fizzler.Tools.nuspec
27 lines (27 loc) · 1.71 KB
/
Fizzler.Tools.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Fizzler.Tools</id>
<version>1.0.0</version>
<title>Fizzler Tools</title>
<authors>Atif Aziz</authors>
<owners>Atif Aziz</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
<projectUrl>https://fizzler.googlecode.com/</projectUrl>
<copyright>Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>HTML querying tools based on open source libraries Fizzler and HTML Agility Pack</summary>
<description>WinForms and console tools for querying HTML documents based on open source libraries Fizzler and HTML Agility Pack</description>
<tags>htmlagility fizzler css html</tags>
</metadata>
<files>
<file src="COPYING.txt" target="COPYING.txt" />
<file src="COPYING.LESSER.txt" target="COPYING.LESSER.txt" />
<file target="tools" src="bin\Release\fizz.*" exclude="bin\Release\*.xml" />
<file target="tools" src="bin\Release\Fizzler.*" exclude="bin\Release\*.xml;bin\Release\Fizzler.Sandbox.*" />
<file target="tools" src="bin\Release\Fizzler.Systems.HtmlAgilityPack.*" exclude="bin\Release\*.xml" />
<file target="tools" src="bin\Release\HtmlAgilityPack.*" exclude="bin\Release\*.xml" />
<file target="tools" src="bin\Release\VisualFizzler.*" exclude="bin\Release\*.xml" />
<file target="tools" src="bin\Release\Mannex.dll" />
</files>
</package>