File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
- XPath support for AngleSharp
1
+ # AngleSharp.XPath
2
2
3
3
[ ![ 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 1
1
<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 >
2
12
<PropertyGroup >
3
13
<TargetFramework >netstandard2.0</TargetFramework >
4
14
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments