Skip to content

Commit 572bb8b

Browse files
committed
Update NuGet package
1 parent 82a7176 commit 572bb8b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ExcelReportGenerator/ExcelReportGenerator.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<TargetFrameworks>netstandard2.0;net46;net40</TargetFrameworks>
55
<Authors>Traf</Authors>
66
<Company />
7-
<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 is attached inside the package. Before using the library be sure to read the Readme file.</Description>
7+
<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>
88
<Copyright>Copyright © Traf 2018</Copyright>
9-
<AssemblyVersion>1.1.3</AssemblyVersion>
10-
<FileVersion>1.1.3</FileVersion>
9+
<AssemblyVersion>1.2.0</AssemblyVersion>
10+
<FileVersion>1.2.0</FileVersion>
1111
<PackageTags>Excel Report Reports Reporting xlsx ClosedXml Spreadsheet Workbook Worksheet Generator</PackageTags>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13-
<Version>1.1.3</Version>
14-
<PackageReleaseNotes>Support for ClosedXml 0.93.0</PackageReleaseNotes>
13+
<Version>1.2.0</Version>
14+
<PackageReleaseNotes>Convert to open source</PackageReleaseNotes>
15+
<PackageProjectUrl>https://github.com/traf72/excel-report-generator</PackageProjectUrl>
1516
</PropertyGroup>
1617

1718
<!--XML-Docs-->

0 commit comments

Comments
 (0)