Skip to content

Commit

Permalink
Update README: Native AOT compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Dec 2, 2023
1 parent cc3f61b commit f815e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SpreadCheetah is a high-performance .NET library for generating spreadsheet (Mic
- Async APIs
- No dependency to Microsoft Excel
- Targeting .NET Standard 2.0 (for .NET Framework 4.6.1 and later)
- Native AOT compatible
- Free and open source!

SpreadCheetah is designed to create spreadsheet files in a forward-only manner.
Expand Down
2 changes: 1 addition & 1 deletion SpreadCheetah/SpreadCheetah.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Description>SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.</Description>
<PackageProjectUrl>https://github.com/sveinungf/spreadcheetah</PackageProjectUrl>
<RepositoryUrl>https://github.com/sveinungf/spreadcheetah</RepositoryUrl>
<PackageTags>spreadsheet;excel;xlsx;openxml;sourcegenerator</PackageTags>
<PackageTags>spreadsheet;excel;xlsx;openxml;sourcegenerator;performance;nativeaot</PackageTags>
<PackageReleaseNotes>https://github.com/sveinungf/spreadcheetah/releases/tag/v1.11.0</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit f815e5c

Please sign in to comment.