File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >1.1.0 </Version >
3
+ <Version >1.1.1 </Version >
4
4
<Authors >Denis Ivanov</Authors >
5
5
<PackageId >AngleSharp.XPath</PackageId >
6
- <AssemblyVersion >1.1.0 </AssemblyVersion >
6
+ <AssemblyVersion >1.1.1 </AssemblyVersion >
7
7
<AssemblyName >AngleSharp.XPath</AssemblyName >
8
8
<RootNamespace >AngleSharp.XPath</RootNamespace >
9
9
<TargetFramework >netstandard2.0</TargetFramework >
10
- <FileVersion >1.1.0 </FileVersion >
10
+ <FileVersion >1.1.1 </FileVersion >
11
11
<Description >XPath support for AngleSharp</Description >
12
12
<PackageProjectUrl >https://github.com/AngleSharp/AngleSharp.XPath/</PackageProjectUrl >
13
13
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" AngleSharp" Version =" 0.10.0" />
23
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.5.0" />
22
+ <PackageReference Include =" AngleSharp" Version =" 0.11.0" />
24
23
</ItemGroup >
25
24
26
25
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments