From 75fcf4ed458a71e1f1b5c0d07cf669a9353051f2 Mon Sep 17 00:00:00 2001 From: paulushub Date: Mon, 9 Oct 2023 14:39:16 +0900 Subject: [PATCH] Release Version 1.8.2 --- Readme.md | 9 +++++---- .../SharpVectors.Converters.Wpf.csproj | 2 +- Source/SharpVectorCore/SharpVectors.Core.csproj | 2 +- Source/SharpVectorCss/SharpVectors.Css.csproj | 2 +- Source/SharpVectorDom/SharpVectors.Dom.csproj | 2 +- Source/SharpVectorModel/SharpVectors.Model.csproj | 2 +- .../SharpVectors.Rendering.Gdi.csproj | 2 +- .../SharpVectors.Rendering.Wpf.csproj | 2 +- .../SharpVectors.Runtime.Wpf.csproj | 2 +- .../SharpVectorScripting/SharpVectors.Scripting.csproj | 2 +- 10 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index 08130d82a..692477888 100644 --- a/Readme.md +++ b/Readme.md @@ -38,15 +38,16 @@ The SharpVectors library targets the following frameworks * .NET Core, Version 3.1 * .NET 5.0 * .NET 6.0 +* .NET 7.0 The library can be used in WPF and Windows Forms applications. ### For the Library The library can be downloaded from the following sources -* **NuGet (WPF Only Package)**, [Version 1.8.1 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/). -* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.1 - SharpVectors](https://www.nuget.org/packages/SharpVectors/). -* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.1 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/). -* **GitHub Releases Page**, [Version 1.8.1](https://github.com/ElinamLLC/SharpVectors/releases). +* **NuGet (WPF Only Package)**, [Version 1.8.2 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/). +* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.2 - SharpVectors](https://www.nuget.org/packages/SharpVectors/). +* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.2 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/). +* **GitHub Releases Page**, [Version 1.8.2](https://github.com/ElinamLLC/SharpVectors/releases). > * The **SharpVectors.Reloaded** package is the same as the **SharpVectors**, which is the recommended package if you need the full package. > * The **SharpVectors.Reloaded** name was used for the Nuget package at the time the **SharpVectors** package name was not available. diff --git a/Source/SharpVectorConvertersWpf/SharpVectors.Converters.Wpf.csproj b/Source/SharpVectorConvertersWpf/SharpVectors.Converters.Wpf.csproj index 120e76936..53abbccca 100644 --- a/Source/SharpVectorConvertersWpf/SharpVectors.Converters.Wpf.csproj +++ b/Source/SharpVectorConvertersWpf/SharpVectors.Converters.Wpf.csproj @@ -29,7 +29,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorCore/SharpVectors.Core.csproj b/Source/SharpVectorCore/SharpVectors.Core.csproj index 22d8eeb67..9638b9560 100644 --- a/Source/SharpVectorCore/SharpVectors.Core.csproj +++ b/Source/SharpVectorCore/SharpVectors.Core.csproj @@ -26,7 +26,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorCss/SharpVectors.Css.csproj b/Source/SharpVectorCss/SharpVectors.Css.csproj index 7d89cdcbf..94461caab 100644 --- a/Source/SharpVectorCss/SharpVectors.Css.csproj +++ b/Source/SharpVectorCss/SharpVectors.Css.csproj @@ -26,7 +26,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorDom/SharpVectors.Dom.csproj b/Source/SharpVectorDom/SharpVectors.Dom.csproj index ea6e76a03..dd0bc8089 100644 --- a/Source/SharpVectorDom/SharpVectors.Dom.csproj +++ b/Source/SharpVectorDom/SharpVectors.Dom.csproj @@ -26,7 +26,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorModel/SharpVectors.Model.csproj b/Source/SharpVectorModel/SharpVectors.Model.csproj index 1b02cbb80..2b04082e8 100644 --- a/Source/SharpVectorModel/SharpVectors.Model.csproj +++ b/Source/SharpVectorModel/SharpVectors.Model.csproj @@ -27,7 +27,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorRenderingGdi/SharpVectors.Rendering.Gdi.csproj b/Source/SharpVectorRenderingGdi/SharpVectors.Rendering.Gdi.csproj index da952d090..0756d3a2c 100644 --- a/Source/SharpVectorRenderingGdi/SharpVectors.Rendering.Gdi.csproj +++ b/Source/SharpVectorRenderingGdi/SharpVectors.Rendering.Gdi.csproj @@ -28,7 +28,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj b/Source/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj index ecc270b4e..403175ea6 100644 --- a/Source/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj +++ b/Source/SharpVectorRenderingWpf/SharpVectors.Rendering.Wpf.csproj @@ -29,7 +29,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorRuntimeWpf/SharpVectors.Runtime.Wpf.csproj b/Source/SharpVectorRuntimeWpf/SharpVectors.Runtime.Wpf.csproj index d0fa7392a..2670a20a1 100644 --- a/Source/SharpVectorRuntimeWpf/SharpVectors.Runtime.Wpf.csproj +++ b/Source/SharpVectorRuntimeWpf/SharpVectors.Runtime.Wpf.csproj @@ -29,7 +29,7 @@ ..\..\Output\ - pdbonly + portable true TRACE ..\..\Output\ diff --git a/Source/SharpVectorScripting/SharpVectors.Scripting.csproj b/Source/SharpVectorScripting/SharpVectors.Scripting.csproj index 8e897ee9a..74afd3707 100644 --- a/Source/SharpVectorScripting/SharpVectors.Scripting.csproj +++ b/Source/SharpVectorScripting/SharpVectors.Scripting.csproj @@ -27,7 +27,7 @@ ..\..\Output\Scripting\ - pdbonly + portable true TRACE ..\..\Output\Scripting\