From ebf7a6023bd091c28d5e29ed3d97a51566c68d04 Mon Sep 17 00:00:00 2001 From: yingtingxu Date: Mon, 26 Jun 2017 14:11:07 +0800 Subject: [PATCH] rel: release v2.1 --- src/NPOI.Extension.nuspec | 2 +- src/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/NPOI.Extension.nuspec b/src/NPOI.Extension.nuspec index 67a1963..5627606 100644 --- a/src/NPOI.Extension.nuspec +++ b/src/NPOI.Extension.nuspec @@ -11,7 +11,7 @@ https://nuget.org/Content/Images/packageDefaultIcon.png false $description$ - 1. Support export to exist exel file; 2. Support xls, xlsx; 3. Support multiple sheets; + 1. Support fluent configuration api; 2. Support more custom cell formartter; 3. Fixed some issues; Copyright © rigofunc (xuyingting). All rights reserved. npoi, xlsx, xls, Excel, Word, docx diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index 8054cdc..7758dcc 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")]