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 11# 1.0.0
22
3- Released on tbd .
3+ Released on Sunday, January 21 2024 .
44
55- Updated to use AngleSharp 1.0 (#150 )
66- Updated media parsing to media L4 spec (#133 )
Original file line number Diff line number Diff line change 22
33We have more detailed information regarding the following subjects:
44
5+ - [ Getting Started] ( general/01-Basics.md )
6+ - [ Value Model] ( general/02-Values.md )
57- [ 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 22 <PropertyGroup >
33 <AssemblyName >AngleSharp.Css</AssemblyName >
44 <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 >
77 <SignAssembly >true</SignAssembly >
88 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments