Skip to content

Commit 44efe11

Browse files
committed
优化
1 parent a6c97bb commit 44efe11

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.8.2</Version>
3+
<Version>2.8.3</Version>
44
<IncludeSymbols>true</IncludeSymbols>
55
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
66
<NoWarn>1591</NoWarn>

src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
* Jan Källman Initial Release 2010-06-01
3030
* Jan Källman License changed GPL-->LGPL 2011-12-16
3131
*******************************************************************************/
32-
using System;
3332
using SixLabors.ImageSharp;
33+
using System;
3434
using System.Globalization;
3535
using System.Xml;
36-
using SixLabors.ImageSharp;
3736

3837

3938
namespace OfficeOpenXml.Drawing.Vml

0 commit comments

Comments
 (0)