forked from jamietre/CsQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCsQuery.nuspec
31 lines (29 loc) · 1.36 KB
/
CsQuery.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
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>CsQuery</id>
<version>{generated}</version>
<title>CsQuery</title>
<authors>James Treworgy</authors>
<owners>James Treworgy</owners>
<licenseUrl>https://github.com/jamietre/CsQuery/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/jamietre/CsQuery/</projectUrl>
<iconUrl>http://www.outsharked.com/csquery/images/csquery-icon-large.gif</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>A complete CSS selector engine and jQuery port for .NET 4 and C#.</summary>
<description>CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. </description>
<releaseNotes>
Version 1.3.5 includes significant performance improvements and bug fixes.
Complete change log:
https://github.com/jamietre/CsQuery/blob/master/source/README.md
</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>jquery html</tags>
</metadata>
<files>
<file src="bin\release\CsQuery.dll" target="lib\net40" />
<file src="bin\release\CsQuery.xml" target="lib\net40" />
<file src="bin\release\CsQuery.pdb" target="lib\net40" />
<file src="**\*.cs" target="src" />
</files>
</package>