We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c97bb commit 44efe11Copy full SHA for 44efe11
common.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>2.8.2</Version>
+ <Version>2.8.3</Version>
4
<IncludeSymbols>true</IncludeSymbols>
5
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
6
<NoWarn>1591</NoWarn>
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs
@@ -29,11 +29,10 @@
29
* Jan Källman Initial Release 2010-06-01
30
* Jan Källman License changed GPL-->LGPL 2011-12-16
31
*******************************************************************************/
32
-using System;
33
using SixLabors.ImageSharp;
+using System;
34
using System.Globalization;
35
using System.Xml;
36
-using SixLabors.ImageSharp;
37
38
39
namespace OfficeOpenXml.Drawing.Vml
0 commit comments