File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }
Original file line number Diff line number Diff line change 22
33Released 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 )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments