From 292f7d1f88ab51045cdb411a1205757d8c5e1fc0 Mon Sep 17 00:00:00 2001 From: Jason Finch Date: Fri, 2 May 2025 12:34:26 +1000 Subject: [PATCH] docs(Readme): Add readme to nuget package. - Remove nuspec file no longer being used. --- ClosedXML.Report/ClosedXML.Report.csproj | 4 +++- ClosedXML.Report/ClosedXML.Report.nuspec | 24 ------------------------ 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 ClosedXML.Report/ClosedXML.Report.nuspec diff --git a/ClosedXML.Report/ClosedXML.Report.csproj b/ClosedXML.Report/ClosedXML.Report.csproj index 34e7798..0129cbc 100644 --- a/ClosedXML.Report/ClosedXML.Report.csproj +++ b/ClosedXML.Report/ClosedXML.Report.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;netstandard2.1 @@ -18,6 +18,7 @@ https://github.com/ClosedXML/ClosedXML.Report/raw/develop/Resources/favicon-01.png MIT false + README.md true @@ -41,6 +42,7 @@ + diff --git a/ClosedXML.Report/ClosedXML.Report.nuspec b/ClosedXML.Report/ClosedXML.Report.nuspec deleted file mode 100644 index 3fec814..0000000 --- a/ClosedXML.Report/ClosedXML.Report.nuspec +++ /dev/null @@ -1,24 +0,0 @@ - - - - $id$ - $version$ - $title$ - $author$ - $author$ - false - https://github.com/ClosedXML/ClosedXML.Report/blob/master/LICENSE - https://github.com/ClosedXML/ClosedXML.Report - MIT - en-US - MIT - It is a tool with which you can easily export any data from your .NET classes to Excel using a XLSX-template. For signed assembly use ClosedXML.Report.Signed - ClosedXML.Report is a .NET-library for report generation Microsoft Excel without requiring Excel to be installed on the machine that's running the code. - ClosedXML Reporting Excel - - - - - - -