Skip to content

Commit

Permalink
rel: release v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtingxu committed Jun 26, 2017
1 parent 32cf436 commit ebf7a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NPOI.Extension.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>1. Support export to exist exel file; 2. Support xls, xlsx; 3. Support multiple sheets;</releaseNotes>
<releaseNotes>1. Support fluent configuration api; 2. Support more custom cell formartter; 3. Fixed some issues;</releaseNotes>
<copyright>Copyright © rigofunc (xuyingting). All rights reserved.</copyright>
<tags>npoi, xlsx, xls, Excel, Word, docx</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit ebf7a60

Please sign in to comment.