Skip to content

Commit 7d4d24c

Browse files
committed
rel: release the v1.2.2
1 parent 11b6cb3 commit 7d4d24c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/ExcelSetting.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ internal static void DefaultTitleCellStyleApplier(ICellStyle cellStyle, IFont fo
6767
{
6868
cellStyle.Alignment = HorizontalAlignment.Center;
6969
cellStyle.VerticalAlignment = VerticalAlignment.Center;
70-
cellStyle.FillPattern = FillPattern.Bricks;
71-
cellStyle.FillBackgroundColor = HSSFColor.Grey40Percent.Index;
72-
cellStyle.FillForegroundColor = HSSFColor.White.Index;
7370

7471
font.Boldweight = (short)FontBoldWeight.Bold;
7572
cellStyle.SetFont(font);

src/FluentExcel.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>$description$</description>
14-
<releaseNotes>1. Add method to batch ignore properties at once; 2. Provides extension point for supporting configuration from annonations; 3. Add method to adjust auto index value for simplifying the usage.</releaseNotes>
14+
<releaseNotes>1. End user can specified the title cell style by setting Excel.Setting.TitleCellStyleApplier.</releaseNotes>
1515
<copyright>Copyright © rigofunc (xuyingting). All rights reserved.</copyright>
1616
<tags>npoi, excel, fluentexcel</tags>
1717
</metadata>

src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.0.0")]
35-
[assembly: AssemblyFileVersion("1.2.0.0")]
34+
[assembly: AssemblyVersion("1.2.2.0")]
35+
[assembly: AssemblyFileVersion("1.2.2.0")]

0 commit comments

Comments
 (0)