Skip to content

Commit d476b7d

Browse files
author
Solovey Alexandr
committed
readme upd
1 parent fd63d26 commit d476b7d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0</TargetFrameworks>
4+
<TargetFrameworks>net7.0</TargetFrameworks>
55
</PropertyGroup>
66

77
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0|AnyCPU'">

OpenXmlPowerTools/OpenXmlPowerTools.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
<Authors>Microsoft, Eric White, Lionel Vallet, Alexander Solovey</Authors>
77
<RepositoryUrl>https://github.com/sawcheg/OpenXmlPowerTools.NetCore</RepositoryUrl>
88
<PackageId>OpenXmlPowerTools.NetCore</PackageId>
9+
<PackageIcon>icon.png</PackageIcon>
910
<PackageTags>OpenXmlPowerTools, NET, OpenXML, Power, Tools</PackageTags>
1011
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
<PackageProjectUrl>https://github.com/sawcheg/OpenXmlPowerTools.NetCore</PackageProjectUrl>
1213
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1314
<Description>
1415
Based on maintainer Lionel Vallet's vNext fork, includes .NET 6.0 and .NET 7.0 build target for use in cross-platform scenarios.
16+
17+
For compatibility with .NET 7.0, the System.Drawing.Common library was replaced with the cross-platform SkiaSharp library.
1518

1619
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK.
1720

@@ -46,10 +49,8 @@
4649
<CodeAnalysisRuleSet />
4750
</PropertyGroup>
4851
<ItemGroup>
49-
<None Include="..\README.md">
50-
<Pack>True</Pack>
51-
<PackagePath>\</PackagePath>
52-
</None>
52+
<None Include="..\README.md" Pack="true" PackagePath=""/>
53+
<None Include="images\icon.png" Pack="true" Visible="false" PackagePath=""/>
5354
</ItemGroup>
5455

5556
<ItemGroup>

OpenXmlPowerTools/images/icon.png

8.79 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Actual [Nuget Package](https://www.nuget.org/packages/OpenXmlPowerTools.NetCore)
44

55
As you know, Microsoft has archived this repository and does not maintain it. Current repo is created from the [LionelVallet/Open-Xml-PowerTools](https://github.com/LionelVallet/Open-Xml-PowerTools) project and configured to be used only in actual versions .NET
66

7-
In plans to refactor the code and replace the System.Drawing.Common library with a cross-platform one
7+
For compatibility with .NET 7.0, the System.Drawing.Common library was replaced with the cross-platform [SkiaSharp](https://github.com/mono/SkiaSharp) library.
88

99
---
1010
About OpenXmlPowerTools

0 commit comments

Comments
 (0)