Skip to content

Commit

Permalink
New version 1.1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Ivanov authored and Denis Ivanov committed Jan 6, 2020
1 parent d2df80e commit 8eba263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AngleSharp.XPath.Tests/AngleSharp.XPath.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PackageReference Include="AngleSharp.Xml" Version="0.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />
Expand Down
6 changes: 3 additions & 3 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.5</Version>
<Version>1.1.6</Version>
<Authors>Denis Ivanov</Authors>
<PackageId>AngleSharp.XPath</PackageId>
<AssemblyVersion>1.1.5</AssemblyVersion>
<AssemblyVersion>1.1.6</AssemblyVersion>
<AssemblyName>AngleSharp.XPath</AssemblyName>
<RootNamespace>AngleSharp.XPath</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<FileVersion>1.1.5</FileVersion>
<FileVersion>1.1.6</FileVersion>
<Description>XPath support for AngleSharp</Description>
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 8eba263

Please sign in to comment.