Skip to content

Commit 94f6dfa

Browse files
committed
Update nuget info
1 parent cca4695 commit 94f6dfa

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

HtmlReaderWriter/HtmlReaderWriter.csproj

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@
88
<LangVersion>Latest</LangVersion>
99
<NoWarn>NU5048</NoWarn>
1010
<TreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</TreatWarningsAsErrors>
11-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
12-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
13-
<IncludeSymbols>true</IncludeSymbols>
14-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
11+
</PropertyGroup>
1512

16-
<!-- NuGet properties -->
17-
<Copyright>Copyright (c) Yufei Huang.</Copyright>
18-
<Authors>Yufei Huang</Authors>
19-
<Company>.NET Foundation</Company>
20-
<Product>HtmlReader</Product>
13+
<PropertyGroup>
14+
<Authors>Microsoft</Authors>
15+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
2116
<Description>Fast, lightweight HTML parser with accurate source information.</Description>
2217
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23-
<PackageProjectUrl>https://github.com/yufeih/HtmlReader</PackageProjectUrl>
18+
<PackageProjectUrl>https://github.com/docascode/HtmlReaderWriter</PackageProjectUrl>
2419
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<IncludeSymbols>true</IncludeSymbols>
21+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
22+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2523
</PropertyGroup>
2624

2725
<ItemGroup>

0 commit comments

Comments
 (0)