We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f97d73 commit f1d27b8Copy full SHA for f1d27b8
src/AngleSharp.XPath/AngleSharp.XPath.csproj
@@ -1,8 +1,8 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <Version>2.0.2</Version>
4
- <AssemblyVersion>2.0.2</AssemblyVersion>
5
- <FileVersion>2.0.2</FileVersion>
+ <Version>2.0.3</Version>
+ <AssemblyVersion>2.0.3</AssemblyVersion>
+ <FileVersion>2.0.3</FileVersion>
6
<Authors>Denis Ivanov</Authors>
7
<PackageId>AngleSharp.XPath</PackageId>
8
<AssemblyName>AngleSharp.XPath</AssemblyName>
@@ -20,7 +20,7 @@
20
</PropertyGroup>
21
22
<ItemGroup>
23
- <PackageReference Include="AngleSharp" Version="1.0.1" />
+ <PackageReference Include="AngleSharp" Version="1.0.2" />
24
</ItemGroup>
25
26
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
0 commit comments