Skip to content

Commit 73d9e7e

Browse files
author
Denis Ivanov
authored
Merge pull request #14 from AngleSharp/devel
devel into master
2 parents 1b9ef51 + ea74e92 commit 73d9e7e

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![GitHub Tag](https://img.shields.io/github/tag/AngleSharp/AngleSharp.XPath.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.XPath/releases)
77
[![NuGet Count](https://img.shields.io/nuget/dt/AngleSharp.XPath.svg?style=flat-square)](https://www.nuget.org/packages/AngleSharp.XPath/)
88
[![Issues Open](https://img.shields.io/github/issues/AngleSharp/AngleSharp.XPath.svg?style=flat-square)](https://github.com/AngleSharp/AngleSharp.XPath/issues)
9+
[![Gitter Chat](http://img.shields.io/badge/gitter-AngleSharp/AngleSharp-blue.svg?style=flat-square)](https://gitter.im/AngleSharp/AngleSharp)
910
[![StackOverflow Questions](https://img.shields.io/stackexchange/stackoverflow/t/anglesharp.svg?style=flat-square)](https://stackoverflow.com/tags/anglesharp)
1011
[![CLA Assistant](https://cla-assistant.io/readme/badge/AngleSharp/AngleSharp.XPath?style=flat-square)](https://cla-assistant.io/AngleSharp/AngleSharp.XPath)
1112

@@ -46,6 +47,16 @@ Participation in the project is highly welcome. For this project the same rules
4647

4748
If you have any question, concern, or spot an issue then please report it before opening a pull request. An initial discussion is appreciated regardless of the nature of the problem.
4849

50+
Live discussions can take place in our [Gitter chat](https://gitter.im/AngleSharp/AngleSharp), which supports using GitHub accounts.
51+
52+
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
53+
54+
For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
55+
56+
## .NET Foundation
57+
58+
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
59+
4960
## License
5061

5162
The MIT License (MIT)

src/AngleSharp.XPath.Tests/AngleSharp.XPath.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.6.0" />
4-
<PackageReference Include="NUnit" Version="3.9.0" />
5-
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
3+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
4+
<PackageReference Include="NUnit" Version="3.11.0" />
5+
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
66
</ItemGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />

src/AngleSharp.XPath/AngleSharp.XPath.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.1.2</Version>
3+
<Version>1.1.3</Version>
44
<Authors>Denis Ivanov</Authors>
55
<PackageId>AngleSharp.XPath</PackageId>
6-
<AssemblyVersion>1.1.2</AssemblyVersion>
6+
<AssemblyVersion>1.1.3</AssemblyVersion>
77
<AssemblyName>AngleSharp.XPath</AssemblyName>
88
<RootNamespace>AngleSharp.XPath</RootNamespace>
99
<TargetFramework>netstandard2.0</TargetFramework>
10-
<FileVersion>1.1.2</FileVersion>
10+
<FileVersion>1.1.3</FileVersion>
1111
<Description>XPath support for AngleSharp</Description>
1212
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="AngleSharp" Version="0.11.0" />
22+
<PackageReference Include="AngleSharp" Version="0.12.0" />
2323
</ItemGroup>
2424

2525
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">

0 commit comments

Comments
 (0)