File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- XPath support for AngleSharp
1+ # AngleSharp.XPath
22
33[ ![ Build Status] ( https://travis-ci.org/denis-ivanov/AngleSharp.XPath.svg?branch=master&style=flat-square )] ( https://travis-ci.org/denis-ivanov/AngleSharp.XPath )
4+ [ ![ NuGet] ( http://img.shields.io/nuget/v/AngleSharp.XPath.svg )] ( https://www.nuget.org/packages/AngleSharp.XPath/ )
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+ <PropertyGroup >
3+ <Version >1.0.0</Version >
4+ <Authors >Denis Ivanov</Authors >
5+ <PackageId >AngleSharp.XPath</PackageId >
6+ <AssemblyVersion >1.0.0</AssemblyVersion >
7+ <FileVersion >1.0.0</FileVersion >
8+ <Description >XPath support for AngleSharp</Description >
9+ <PackageProjectUrl >https://github.com/denis-ivanov/AngleSharp.XPath/</PackageProjectUrl >
10+ <PackageTags >HTML XPath AngleSharp</PackageTags >
11+ </PropertyGroup >
212 <PropertyGroup >
313 <TargetFramework >netstandard2.0</TargetFramework >
414 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments