Skip to content

Commit 75d984d

Browse files
committed
Attempt to improve SEO by adding to description/readme
1 parent 32fecda commit 75d984d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Web.sln

-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.cs
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2D75BE9-587E-46CC-BFE4-D5BA538E325A}"
11-
ProjectSection(SolutionItems) = preProject
12-
.editorconfig = .editorconfig
13-
.netconfig = .netconfig
14-
readme.md = readme.md
15-
EndProjectSection
16-
EndProject
1710
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Css", "src\Css\Css.msbuildproj", "{D60954DA-76B9-4AD7-94C2-B85CF239D146}"
1811
EndProject
1912
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Html", "src\Html\Html.msbuildproj", "{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}"

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
<!-- #content -->
99
Read HTML as XML and query it with CSS over XLinq (or HtmlAgilityPack killer 😉).
10+
Provides `HtmlDocument.Load` and `CssSelectElement(s)` extension methods
11+
for `XDocument`/`XElement`.
1012

1113
No need to learn an entirely new object model for a page 🤘.
1214
This makes it the most productive and lean library for web

src/Web/Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Devlooped.Web</AssemblyName>
77
<PackageProjectUrl>https://clarius.org/web</PackageProjectUrl>
88
<PackageReadmeFile>readme.md</PackageReadmeFile>
9-
<Description>Read HTML as XML and query it with CSS over XLinq: the most productive and lean library for web scraping using the latest and greatest that .NET can offer (HtmlAgilityPack killer).</Description>
9+
<Description>Read HTML as XML and query it with CSS over XLinq: the most productive and lean library for web scraping using the latest and greatest that .NET can offer (HtmlAgilityPack killer). Provides HtmlDocument.Load and CssSelectElement(s) extension methods for XDocument/XElement.</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)