File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Released on Tuesday, March 31 2020.
66- Allow transforming all empty elements to self closing tags
77- Serialize self-closing tags correctly (#11 )
88- Updated the ` IMarkupFormatter ` implementations
9+ - Added shallow support for source link
10+ - Support more target frameworks
911
1012# 0.13.0
1113
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AssemblyName >AngleSharp.Xml</AssemblyName >
44 <RootNamespace >AngleSharp.Xml</RootNamespace >
5- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard1.3</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard1.3;netstandard2.0</TargetFrameworks >
6+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard1.3;netstandard2.0;net46;net461;net472</TargetFrameworks >
67 <SignAssembly >true</SignAssembly >
78 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
89 <GenerateDocumentationFile >true</GenerateDocumentationFile >
10+ <LangVersion >7.1</LangVersion >
11+ <RepositoryUrl >https://github.com/AngleSharp/AngleSharp.Xml</RepositoryUrl >
12+ <RepositoryType >git</RepositoryType >
13+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
14+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
15+ <IncludeSymbols >true</IncludeSymbols >
16+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
917 </PropertyGroup >
1018
19+ <ItemGroup >
20+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
21+ </ItemGroup >
22+
1123 <ItemGroup >
1224 <PackageReference Include =" AngleSharp" Version =" 0.14.0" />
1325 </ItemGroup >
You can’t perform that action at this time.
0 commit comments