Skip to content

Commit

Permalink
Explicitly mention web scraping in description for better SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu authored May 30, 2024
1 parent 493ce13 commit bd1bfc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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</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.</Description>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,4 +25,4 @@
<!--<ProjectReference Include="..\CodeAnalysis\CodeAnalysis.csproj" ReferenceOutputAssembly="false" OutputItemType="None" />-->
</ItemGroup>

</Project>
</Project>

0 comments on commit bd1bfc9

Please sign in to comment.