Skip to content

Commit bd1bfc9

Browse files
authored
Explicitly mention web scraping in description for better SEO
1 parent 493ce13 commit bd1bfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web/Web.csproj

Lines changed: 2 additions & 2 deletions
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</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.</Description>
1010
</PropertyGroup>
1111

1212
<ItemGroup>
@@ -25,4 +25,4 @@
2525
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" OutputItemType="None" />-->
2626
</ItemGroup>
2727

28-
</Project>
28+
</Project>

0 commit comments

Comments
 (0)