Skip to content

Commit ceb7350

Browse files
committed
Upate path and prepare for 0.16
1 parent d209daf commit ceb7350

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/AngleSharp.Css.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2016-2021, AngleSharp</copyright>
1515
<tags>html html5 css css3 dom styling library anglesharp angle</tags>
1616
<dependencies>
17-
<dependency id="AngleSharp" version="0.15.0" />
17+
<dependency id="AngleSharp" version="0.16.0" />
1818
</dependencies>
1919
</metadata>
2020
</package>

src/AngleSharp.Css/AngleSharp.Css.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="AngleSharp" Version="0.15.0" />
24+
<PackageReference Include="AngleSharp" Version="0.16.0" />
2525
</ItemGroup>
2626

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

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<PropertyGroup>
33
<Description>Extends the CSSOM from the core AngleSharp library.</Description>
44
<Product>AngleSharp.Css</Product>
5-
<Version>0.15.1</Version>
5+
<Version>0.16.0</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)