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.
6
6
- Allow transforming all empty elements to self closing tags
7
7
- Serialize self-closing tags correctly (#11 )
8
8
- Updated the ` IMarkupFormatter ` implementations
9
+ - Added shallow support for source link
10
+ - Support more target frameworks
9
11
10
12
# 0.13.0
11
13
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<AssemblyName >AngleSharp.Xml</AssemblyName >
4
4
<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 >
6
7
<SignAssembly >true</SignAssembly >
7
8
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
8
9
<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 >
9
17
</PropertyGroup >
10
18
19
+ <ItemGroup >
20
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
21
+ </ItemGroup >
22
+
11
23
<ItemGroup >
12
24
<PackageReference Include =" AngleSharp" Version =" 0.14.0" />
13
25
</ItemGroup >
You can’t perform that action at this time.
0 commit comments