Skip to content

Commit df4b5d1

Browse files
committed
Release 2.0.6
1 parent 265fb37 commit df4b5d1

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)
6060

6161
The MIT License (MIT)
6262

63-
Copyright (c) 2018 - 2025 Denis Ivanov, AngleSharp
63+
Copyright (c) 2018 - 2026 Denis Ivanov, AngleSharp
6464

6565
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6666

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="AngleSharp.Xml" Version="1.0.0" />
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
9-
<PackageReference Include="NUnit" Version="4.3.2" />
10-
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
9+
<PackageReference Include="NUnit" Version="4.4.0" />
10+
<PackageReference Include="NUnit3TestAdapter" Version="6.1.0" />
1111
<PackageReference Include="Shouldly" Version="4.3.0" />
1212
</ItemGroup>
1313
<ItemGroup>

src/AngleSharp.XPath/AngleSharp.XPath.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>2.0.5</Version>
4-
<AssemblyVersion>2.0.5</AssemblyVersion>
5-
<FileVersion>2.0.5</FileVersion>
3+
<Version>2.0.6</Version>
4+
<AssemblyVersion>2.0.6</AssemblyVersion>
5+
<FileVersion>2.0.6</FileVersion>
66
<Authors>Denis Ivanov</Authors>
77
<PackageId>AngleSharp.XPath</PackageId>
88
<AssemblyName>AngleSharp.XPath</AssemblyName>
99
<RootNamespace>AngleSharp.XPath</RootNamespace>
10-
<TargetFrameworks>netstandard2.0;net462;net7.0;net8.0;net9.0</TargetFrameworks>
10+
<TargetFrameworks>netstandard2.0;net462;net8.0;net9.0;net10.0</TargetFrameworks>
1111
<Description>XPath support for AngleSharp</Description>
1212
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323

2424
<ItemGroup>
25-
<PackageReference Include="AngleSharp" Version="1.2.0" />
25+
<PackageReference Include="AngleSharp" Version="1.4.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)