Skip to content

Commit

Permalink
Update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Jul 29, 2023
1 parent 248785f commit 6be09e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MinimalXmlReader/MinimalXmlReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<AssemblyTitle>MinimalXmlReader</AssemblyTitle>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Petr Pivoňka (BigBang1112)</Authors>
<Description>Simple, lightweight, and fast XML reader for .NET, mainly viable for NativeAOT.</Description>
<Description>Simple, lightweight, and fast XML reader for .NET, mainly viable for NativeAOT, and for those that don't want to waste 6MB of executable binary just to read a few XML lines.</Description>
<Copyright>Copyright © Petr Pivoňka</Copyright>
<PackageTags>xml, xmlreader, performance, reader, nativeaot</PackageTags>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/BigBang1112/minimal-xmlreader</RepositoryUrl>
<PackageProjectUrl>https://github.com/BigBang1112/minimal-xmlreader</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -29,7 +30,6 @@
</PropertyGroup>

<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591</NoWarn>
Expand Down

0 comments on commit 6be09e9

Please sign in to comment.