Skip to content

Commit f8544bd

Browse files
author
Denis Ivanov
committed
Add nuget metadata;
Add NuGet reference in README.
1 parent a6b8913 commit f8544bd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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/)

src/AngleSharp.XPath/AngleSharp.XPath.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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>

0 commit comments

Comments
 (0)