Skip to content

Commit fec801f

Browse files
committed
Use 1.5.0 (vulnerability free) as minimum version
1 parent 1772265 commit fec801f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
10.0.x
5858
5959
- name: Build
60-
run: ./build.sh -AngleSharpVersion 1.0.0
60+
run: ./build.sh -AngleSharpVersion 1.5.0
6161

6262
windows:
6363
runs-on: windows-latest
@@ -74,9 +74,9 @@ jobs:
7474
- name: Build
7575
run: |
7676
if ($env:GITHUB_REF -eq "refs/heads/main") {
77-
.\build.ps1 -Target Publish -AngleSharpVersion 1.0.0
77+
.\build.ps1 -Target Publish -AngleSharpVersion 1.5.0
7878
} elseif ($env:GITHUB_REF -eq "refs/heads/devel") {
79-
.\build.ps1 -Target PrePublish -AngleSharpVersion 1.0.0
79+
.\build.ps1 -Target PrePublish -AngleSharpVersion 1.5.0
8080
} else {
81-
.\build.ps1 -AngleSharpVersion 1.0.0
81+
.\build.ps1 -AngleSharpVersion 1.5.0
8282
}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Released on Sunday, January 21 2024.
44

5-
- Updated to use AngleSharp 1.0 (#150)
5+
- Updated to use AngleSharp minimum version of 1.5 (#150)
66
- Updated media parsing to media L4 spec (#133)
77
- Updated naming of CSS values (e.g., `Color` to `CssColorValue`)
88
- Fixed issue when updating shorthands with invalid values (#129)

src/AngleSharp.Css.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<copyright>Copyright 2016-2026, AngleSharp</copyright>
1717
<tags>html html5 css css3 dom styling library anglesharp angle</tags>
1818
<dependencies>
19-
<dependency id="AngleSharp" version="[1.0.0,2.0.0)" />
19+
<dependency id="AngleSharp" version="[1.5.0,2.0.0)" />
2020
</dependencies>
2121
</metadata>
2222
</package>

0 commit comments

Comments
 (0)