Skip to content

Commit

Permalink
v3.3.5 - Some changes on packaging readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman committed Sep 27, 2023
1 parent 8911c0d commit 67cdb18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions SvgNet/SvgNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<LangVersion>preview</LangVersion>
<AssemblyName>SVG</AssemblyName>
<PackageId>SvgNet</PackageId>
<Version>3.3.4</Version>
<Version>3.3.5</Version>
<RootNamespace>SvgNet</RootNamespace>
<DocumentationFile>svgnetdoc.xml</DocumentationFile>
<NoWarn>CS1591</NoWarn>
Expand All @@ -24,8 +24,9 @@
<PackageTags>SVG</PackageTags>
<Product>SvgNet</Product>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Alternative fix for #72 (https://github.com/managed-commons/SvgNet/issues/72)</PackageReleaseNotes>
<PackageReleaseNotes>Some changes on packaging readme file</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<ImplicitUsings>true</ImplicitUsings>
</PropertyGroup>

Expand Down

0 comments on commit 67cdb18

Please sign in to comment.