Skip to content

Commit 35e0903

Browse files
committed
Updated version
1 parent 706ed93 commit 35e0903

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.16.3
2+
3+
Released on Wednesday, January 5 2022.
4+
5+
- Fixed issue with `text-shadow` missing the color part (#97)
6+
17
# 0.16.2
28

39
Released on Thursday, November 4 2021.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 - 2021 AngleSharp
3+
Copyright (c) 2013 - 2022 AngleSharp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

100100
The MIT License (MIT)
101101

102-
Copyright (c) 2016 - 2020 AngleSharp
102+
Copyright (c) 2016 - 2022 AngleSharp
103103

104104
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:
105105

src/AngleSharp.Css.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Extends the CSSOM from the core AngleSharp library.</description>
1313
<releaseNotes>https://github.com/AngleSharp/AngleSharp.Css/blob/master/CHANGELOG.md</releaseNotes>
14-
<copyright>Copyright 2016-2021, AngleSharp</copyright>
14+
<copyright>Copyright 2016-2022, AngleSharp</copyright>
1515
<tags>html html5 css css3 dom styling library anglesharp angle</tags>
1616
<dependencies>
17-
<dependency id="AngleSharp" version="0.16.0" />
17+
<dependency id="AngleSharp" version="0.16.1" />
1818
</dependencies>
1919
</metadata>
2020
</package>

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.16.2</Version>
5+
<Version>0.16.3</Version>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)