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 c8b229b commit 1b9ef51Copy full SHA for 1b9ef51
src/AngleSharp.XPath/AngleSharp.XPath.csproj
@@ -1,13 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <Version>1.1.1</Version>
+ <Version>1.1.2</Version>
4
<Authors>Denis Ivanov</Authors>
5
<PackageId>AngleSharp.XPath</PackageId>
6
- <AssemblyVersion>1.1.1</AssemblyVersion>
+ <AssemblyVersion>1.1.2</AssemblyVersion>
7
<AssemblyName>AngleSharp.XPath</AssemblyName>
8
<RootNamespace>AngleSharp.XPath</RootNamespace>
9
<TargetFramework>netstandard2.0</TargetFramework>
10
- <FileVersion>1.1.1</FileVersion>
+ <FileVersion>1.1.2</FileVersion>
11
<Description>XPath support for AngleSharp</Description>
12
<PackageProjectUrl>https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl>
13
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments