File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# 1.0.0
2
2
3
- Released on tbd .
3
+ Released on Sunday, January 21 2024 .
4
4
5
5
- Updated to use AngleSharp 1.0 (#150 )
6
6
- Updated media parsing to media L4 spec (#133 )
Original file line number Diff line number Diff line change 2
2
3
3
We have more detailed information regarding the following subjects:
4
4
5
+ - [ Getting Started] ( general/01-Basics.md )
6
+ - [ Value Model] ( general/02-Values.md )
5
7
- [ API Documentation] ( tutorials/01-API.md )
8
+ - [ Examples] ( tutorials/02-Examples.md )
9
+ - [ FAQ] ( tutorials/03-Questions.md )
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<AssemblyName >AngleSharp.Css</AssemblyName >
4
4
<RootNamespace >AngleSharp.Css</RootNamespace >
5
- <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard2.0;net6.0;net7.0</TargetFrameworks >
6
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard2.0;net461;net472;net6.0;net7.0</TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard2.0;net6.0;net7.0;net8.0 </TargetFrameworks >
6
+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard2.0;net461;net472;net6.0;net7.0;net8.0 </TargetFrameworks >
7
7
<SignAssembly >true</SignAssembly >
8
8
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments