Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Web.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "src\Tests\Tests.cs
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{442D46AA-C4DC-4AEE-826B-CE98A9C6F837}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2D75BE9-587E-46CC-BFE4-D5BA538E325A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.netconfig = .netconfig
readme.md = readme.md
EndProjectSection
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Css", "src\Css\Css.msbuildproj", "{D60954DA-76B9-4AD7-94C2-B85CF239D146}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "Html", "src\Html\Html.msbuildproj", "{82AA3B56-E65A-46D2-9072-5F7D9E5B7D7E}"
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

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

No need to learn an entirely new object model for a page 🤘.
This makes it the most productive and lean library for web
Expand Down
2 changes: 1 addition & 1 deletion src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Devlooped.Web</AssemblyName>
<PackageProjectUrl>https://clarius.org/web</PackageProjectUrl>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<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>
<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>
</PropertyGroup>

<ItemGroup>
Expand Down