From 67cdb184966b1015510529928973ca6ac6ed7169 Mon Sep 17 00:00:00 2001 From: Rafael Teixeira Date: Wed, 27 Sep 2023 10:20:52 -0300 Subject: [PATCH] v3.3.5 - Some changes on packaging readme file --- README.md | 2 +- SvgNet/SvgNet.csproj | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 152e6e4..55a2535 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A fork of the SvgNet & SvgGdi bridge (http://www.codeproject.com/KB/cs/svgnet.as __SvgNet is now available as a Nuget:__ [SvgNet](https://www.nuget.org/packages/SvgNet/). -__Latest version 3.3.4 is .NET Standard 2.0 and 2.1 and also .NET 6.0/7.0 (base and Windows) compatible and works with .NET Core 2.x and 3.x and .NET 5.0/6.0, but now requires .NET Framework 4.6.2 or higher__ +__Latest version 3.3.5 is .NET Standard 2.0 and 2.1 and also .NET 6.0/7.0 (base and Windows) compatible and works with .NET Core 2.x and 3.x and .NET 5.0/6.0, but now requires .NET Framework 4.6.2 or higher__ To build this version properly you need .NET 7.0.401+ SDK installed diff --git a/SvgNet/SvgNet.csproj b/SvgNet/SvgNet.csproj index 33cd4cd..5f4df04 100644 --- a/SvgNet/SvgNet.csproj +++ b/SvgNet/SvgNet.csproj @@ -9,7 +9,7 @@ preview SVG SvgNet - 3.3.4 + 3.3.5 SvgNet svgnetdoc.xml CS1591 @@ -24,8 +24,9 @@ SVG SvgNet git - Alternative fix for #72 (https://github.com/managed-commons/SvgNet/issues/72) + Some changes on packaging readme file LICENSE + README.md true