Skip to content

Commit

Permalink
Include README in package
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Feb 25, 2024
1 parent 813ada8 commit d0ff36d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions SpreadCheetah/SpreadCheetah.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
<!-- NuGet package -->
<PackageId>SpreadCheetah</PackageId>
<Version>1.13.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>sveinungf</Authors>
<Description>SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sveinungf/spreadcheetah</PackageProjectUrl>
<RepositoryUrl>https://github.com/sveinungf/spreadcheetah</RepositoryUrl>
<PackageTags>spreadsheet;excel;xlsx;openxml;sourcegenerator;performance;nativeaot</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/sveinungf/spreadcheetah/releases</PackageReleaseNotes>
<PackageTags>spreadsheet;excel;xlsx;openxml;sourcegenerator;performance;nativeaot</PackageTags>
<RepositoryUrl>https://github.com/sveinungf/spreadcheetah</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<!-- Symbol package -->
Expand Down Expand Up @@ -70,6 +71,10 @@
<ItemGroup>
<!-- Package the source generator in the analyzer directory of the nuget package -->
<None Include="$(OutputPath)/netstandard2.0/SpreadCheetah.SourceGenerator.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit d0ff36d

Please sign in to comment.