Skip to content

Commit

Permalink
Added README.md to the NuGet package information
Browse files Browse the repository at this point in the history
The PackageReadmeFile tag in the PdfTemplate.csproj file has been updated to include 'README.md'. Also, a path to the README.md file has been added to the ItemGroup for NuGet packaging, ensuring it's included when the package is built.

This might not work tho ... so lets hope that the nuget.org page starts to shine in a bit :D
  • Loading branch information
X39 committed Feb 1, 2024
1 parent 829e8a5 commit 5110ef2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Authors>X39</Authors>
<Title>X39.Solutions.PdfTemplate</Title>
<PackageDescription>Allows to generate PDFs from objects.</PackageDescription>
<PackageReadmeFile>README.md</PackageReadmeFile>
<SupportUrl>https://github.com/X39/cs-x39-util/issues</SupportUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/X39/cs-x39-util</RepositoryUrl>
Expand All @@ -32,6 +33,7 @@
<InternalsVisibleTo Include="X39.Solutions.PdfTemplate.Test"/>
</ItemGroup>
<ItemGroup>
<None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0"/>
<PackageReference Include="SkiaSharp" Version="2.88.6"/>
<PackageReference Include="X39.Util" Version="1.0.0.40" />
Expand Down

0 comments on commit 5110ef2

Please sign in to comment.