Skip to content

Commit ba1767c

Browse files
committed
Update NuGet package settings
1 parent c7814ac commit ba1767c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ExcelReportGenerator/ExcelReportGenerator.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Authors>Traf</Authors>
88
<Company />
9-
<Description>The library ExcelReportGenerator allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It allows you easily connecting to various data sources like IDataReader, DataSet, DataTable, IEnumerable&lt;T&gt;, etc, and render data from them to Excel. You can also apply to the data an aggregation, different types of grouping, formatting, etc. More detailed documentation you can find inside the project repository.</Description>
9+
<Description>The library ExcelReportGenerator allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable&lt;T&gt; and others and to render data from them to Excel. You can also apply aggregation, various types of grouping, formatting and so on to the data. More detailed documentation you can find inside the project repository.</Description>
1010
<Copyright>Copyright © Traf 2023</Copyright>
1111
<AssemblyVersion>2.0.0</AssemblyVersion>
1212
<FileVersion>2.0.0</FileVersion>
1313
<PackageTags>Excel Report Reports Reporting xlsx ClosedXml Spreadsheet Workbook Worksheet Generator</PackageTags>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1515
<Version>2.0.0</Version>
16-
<PackageReleaseNotes>https://github.com/traf72/excel-report-generator/releases</PackageReleaseNotes>
16+
<PackageReleaseNotes>https://github.com/traf72/excel-report-generator/releases/tag/2.0.0</PackageReleaseNotes>
1717
<PackageProjectUrl>https://github.com/traf72/excel-report-generator</PackageProjectUrl>
1818
<PackageVersion>2.0.0</PackageVersion>
19+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
20+
<RepositoryType>git</RepositoryType>
21+
<RepositoryUrl>https://github.com/traf72/excel-report-generator</RepositoryUrl>
22+
<PackageReadmeFile>README.md</PackageReadmeFile>
1923
</PropertyGroup>
2024

2125
<!--XML-Docs-->
@@ -26,6 +30,7 @@
2630
<ItemGroup>
2731
<PackageReference Include="ClosedXML" Version="0.100.3" />
2832
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
33+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
2934
</ItemGroup>
3035

3136
<PropertyGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ExcelReportGenerator
22

3-
This library allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T>, etc, and to render data from them to Excel. You can also apply to the data an aggregation, different types of grouping, formatting, etc. You can include the library to your project via [NuGet package](https://www.nuget.org/packages/ExcelReportGenerator).
3+
This library allows you to render data to Microsoft Excel by marking Excel sheets using panels and templates. It makes it easy to connect to various data sources like IDataReader, DataSet, DataTable, IEnumerable<T> and others and to render data from them to Excel. You can also apply aggregation, various types of grouping, formatting and so on to the data. You can include the library to your project via [NuGet package](https://www.nuget.org/packages/ExcelReportGenerator).
44

55
## How to use?
66
First of all you have to create a report template in Microsoft Excel. You need to mark up an excel sheet (or multiple sheets) using panels and templates which will be handled by the library. You can add any other formatting you want. All styles will be preserved after rendering. Your template can look like this:

0 commit comments

Comments
 (0)