Skip to content

Commit

Permalink
Devel (#22)
Browse files Browse the repository at this point in the history
* #18 Fix but without namespaces.

* #18 Namespace support in XPath.

* New version 1.1.6.

* Update AngleSharp to 0.14.0.

Co-authored-by: Denis Ivanov <[email protected]>
  • Loading branch information
Denis Ivanov and Denis Ivanov authored Apr 1, 2020
1 parent 8eba263 commit 704a8c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/AngleSharp.XPath.Tests/AngleSharp.XPath.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="AngleSharp.Xml" Version="0.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="AngleSharp.Xml" Version="0.14.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions src/AngleSharp.XPath/AngleSharp.XPath.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.1.6</Version>
<Version>1.1.7</Version>
<Authors>Denis Ivanov</Authors>
<PackageId>AngleSharp.XPath</PackageId>
<AssemblyVersion>1.1.6</AssemblyVersion>
<AssemblyVersion>1.1.7</AssemblyVersion>
<AssemblyName>AngleSharp.XPath</AssemblyName>
<RootNamespace>AngleSharp.XPath</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<FileVersion>1.1.6</FileVersion>
<FileVersion>1.1.7</FileVersion>
<Description>XPath support for AngleSharp</Description>
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AngleSharp" Version="0.13.0" />
<PackageReference Include="AngleSharp" Version="0.14.0" />
</ItemGroup>

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

0 comments on commit 704a8c9

Please sign in to comment.