Skip to content

Commit

Permalink
Update nuget info
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Mar 28, 2022
1 parent cca4695 commit 94f6dfa
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions HtmlReaderWriter/HtmlReaderWriter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,18 @@
<LangVersion>Latest</LangVersion>
<NoWarn>NU5048</NoWarn>
<TreatWarningsAsErrors Condition="'$(Configuration)'=='Release'">true</TreatWarningsAsErrors>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<!-- NuGet properties -->
<Copyright>Copyright (c) Yufei Huang.</Copyright>
<Authors>Yufei Huang</Authors>
<Company>.NET Foundation</Company>
<Product>HtmlReader</Product>
<PropertyGroup>
<Authors>Microsoft</Authors>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<Description>Fast, lightweight HTML parser with accurate source information.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/yufeih/HtmlReader</PackageProjectUrl>
<PackageProjectUrl>https://github.com/docascode/HtmlReaderWriter</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 94f6dfa

Please sign in to comment.