Skip to content

Commit 5f97d73

Browse files
committed
Update AngleSharp to 1.0.1.
1 parent 88d20ec commit 5f97d73

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

README.md

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

6262
The MIT License (MIT)
6363

64-
Copyright (c) 2018 - 2019 Denis Ivanov, AngleSharp
64+
Copyright (c) 2018 - 2023 Denis Ivanov, AngleSharp
6565

6666
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:
6767

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
3-
<PackageReference Include="AngleSharp.Xml" Version="0.17.0" />
4-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
3+
<PackageReference Include="AngleSharp.Xml" Version="1.0.0" />
4+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
55
<PackageReference Include="NUnit" Version="3.13.3" />
6-
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
6+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
77
</ItemGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\AngleSharp.XPath\AngleSharp.XPath.csproj" />

src/AngleSharp.XPath/AngleSharp.XPath.csproj

Lines changed: 5 additions & 9 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.1</Version>
4-
<AssemblyVersion>2.0.1</AssemblyVersion>
5-
<FileVersion>2.0.1</FileVersion>
3+
<Version>2.0.2</Version>
4+
<AssemblyVersion>2.0.2</AssemblyVersion>
5+
<FileVersion>2.0.2</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;net461;net472;net6.0</TargetFrameworks>
10+
<TargetFrameworks>netstandard2.0;net461;net6.0</TargetFrameworks>
1111
<Description>XPath support for AngleSharp</Description>
1212
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -20,11 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="AngleSharp" Version="0.17.1" />
24-
</ItemGroup>
25-
26-
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net472' or '$(TargetFramework)' == 'net6.0' ">
27-
<PackageReference Include="System.Text.Encoding.CodePages" Version="6.0.0" />
23+
<PackageReference Include="AngleSharp" Version="1.0.1" />
2824
</ItemGroup>
2925

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

0 commit comments

Comments
 (0)