From 7166c1c9c11877e7c3f681e6493e96c5b8686cb1 Mon Sep 17 00:00:00 2001 From: paulushub Date: Mon, 15 Jan 2024 12:56:10 +0900 Subject: [PATCH] Release Version 1.8.3 --- Docs/index.md | 12 ++-- Nuget/SharpVectors.Reloaded.md | 2 +- Nuget/SharpVectors.Wpf.md | 2 +- Nuget/SharpVectors.md | 2 +- Readme.md | 10 +-- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SharpVectorCss/Properties/AssemblyInfo.cs | 2 +- .../SharpVectorDom/Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- Source/SharpVectors.Reloaded.nuspec | 72 +++++++++---------- Source/SharpVectors.Wpf.nuspec | 66 ++++++++--------- Source/SharpVectors.nuspec | 72 +++++++++---------- 17 files changed, 127 insertions(+), 129 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index b3b8e9ae6..dfb811613 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -14,18 +14,16 @@ The SharpVectors library currently targets the following .NET frameworks * .NET Framework, Version 4.8 * .NET Standard, Version 2.1 * .NET Core, Version 3.1 -* .NET 5.0 -* .NET 6.0 -* .NET 7.0 +* .NET 6.0 ~ .NET 8.0 The library consists of a number of shared or common components and rendering implementations for Windows Presentation Foundation (WPF) and Windows Forms applications. ### For the Libraries The library can be downloaded from the following sources -* **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/). -* **NuGet (WPF Only)**, [Version 1.8.2 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/). -* **GitHub Releases Page**, [Version 1.8.2](https://github.com/ElinamLLC/SharpVectors/releases). +* **NuGet (Full Package - WPF/GDI+)**, [Version 1.8.3 - SharpVectors](https://www.nuget.org/packages/SharpVectors/). +* **NuGet (Full Package - WPF/GDI+)**, [Version 1.8.3 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/). +* **NuGet (WPF Only)**, [Version 1.8.3 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/). +* **GitHub Releases Page**, [Version 1.8.3](https://github.com/ElinamLLC/SharpVectors/releases). > [!NOTE] > * The **SharpVectors.Reloaded** package is the same as the **SharpVectors**, which is the recommended package if you need the full package. diff --git a/Nuget/SharpVectors.Reloaded.md b/Nuget/SharpVectors.Reloaded.md index cb2e215ae..8234c17e3 100644 --- a/Nuget/SharpVectors.Reloaded.md +++ b/Nuget/SharpVectors.Reloaded.md @@ -15,7 +15,7 @@ More documentation is available at the [ShapeVectors Github Pages](https://elina * A small runtime library to handle font URI, embedded images and others when using the XAML files directly from disk. * An optimized XAML output. * Interaction with the conversion process (by a visitor pattern) to allow for custom hyper-link implementations, font substitutions etc. -* Supports .NET Framework 4+, .NET Core, and .NET 6.0 +* Supports .NET Framework 4+, .NET Core and .NET 6.0 ~ .NET 8.0. ## Main Components diff --git a/Nuget/SharpVectors.Wpf.md b/Nuget/SharpVectors.Wpf.md index 5a7af752e..0e0c20302 100644 --- a/Nuget/SharpVectors.Wpf.md +++ b/Nuget/SharpVectors.Wpf.md @@ -11,7 +11,7 @@ More documentation is available at the [ShapeVectors Github Pages](https://elina * A small runtime library to handle font URI, embedded images and others when using the XAML files directly from disk. * An optimized XAML output. * Interaction with the conversion process (by a visitor pattern) to allow for custom hyper-link implementations, font substitutions etc. -* Supports .NET Framework 4+, .NET Core, and .NET 6.0 +* Supports .NET Framework 4+, .NET Core and .NET 6.0 ~ .NET 8.0. ## Main Components diff --git a/Nuget/SharpVectors.md b/Nuget/SharpVectors.md index 4942fa0cf..80abd0af2 100644 --- a/Nuget/SharpVectors.md +++ b/Nuget/SharpVectors.md @@ -11,7 +11,7 @@ More documentation is available at the [ShapeVectors Github Pages](https://elina * A small runtime library to handle font URI, embedded images and others when using the XAML files directly from disk. * An optimized XAML output. * Interaction with the conversion process (by a visitor pattern) to allow for custom hyper-link implementations, font substitutions etc. -* Supports .NET Framework 4+, .NET Core, and .NET 6.0 +* Supports .NET Framework 4+, .NET Core and .NET 6.0 ~ .NET 8.0. ## Main Components diff --git a/Readme.md b/Readme.md index ce1ed19a6..e8cf5abc9 100644 --- a/Readme.md +++ b/Readme.md @@ -36,16 +36,16 @@ The SharpVectors library targets the following frameworks * .NET Framework, Version 4.8 * .NET Standard, Version 2.1 * .NET Core, Version 3.1 -* .NET 6.0 ~ .NET 7.0 +* .NET 6.0 ~ .NET 8.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.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). +* **NuGet (WPF Only Package)**, [Version 1.8.3 - SharpVectors.Wpf](https://www.nuget.org/packages/SharpVectors.Wpf/). +* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.3 - SharpVectors](https://www.nuget.org/packages/SharpVectors/). +* **NuGet (Full Package - WPF/GDI++)**, [Version 1.8.3 - SharpVectors.Reloaded](https://www.nuget.org/packages/SharpVectors.Reloaded/). +* **GitHub Releases Page**, [Version 1.8.3](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/Properties/AssemblyInfo.cs b/Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs index d895dff6b..715d8e419 100644 --- a/Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorConvertersWpf/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Converters.Wpf")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorCore/Properties/AssemblyInfo.cs b/Source/SharpVectorCore/Properties/AssemblyInfo.cs index 7ca2c4bd1..89df98cd8 100644 --- a/Source/SharpVectorCore/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorCore/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Core")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorCss/Properties/AssemblyInfo.cs b/Source/SharpVectorCss/Properties/AssemblyInfo.cs index 231398be0..6de7cedb0 100644 --- a/Source/SharpVectorCss/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorCss/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Css")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorDom/Properties/AssemblyInfo.cs b/Source/SharpVectorDom/Properties/AssemblyInfo.cs index ed0df1bf1..ff71c37cf 100644 --- a/Source/SharpVectorDom/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorDom/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Dom")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] //[assembly: AllowPartiallyTrustedCallers] diff --git a/Source/SharpVectorModel/Properties/AssemblyInfo.cs b/Source/SharpVectorModel/Properties/AssemblyInfo.cs index 2541c0d7c..80a09cc9d 100644 --- a/Source/SharpVectorModel/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorModel/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Model")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs b/Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs index 4c42571ba..f551e565a 100644 --- a/Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorRenderingGdi/Properties/AssemblyInfo.cs @@ -15,7 +15,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Rendering.Gdi")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs b/Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs index 66938a25e..249cad8a9 100644 --- a/Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorRenderingWpf/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Rendering.Wpf")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs b/Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs index 3924a47eb..a40437e73 100644 --- a/Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorRuntimeWpf/Properties/AssemblyInfo.cs @@ -16,7 +16,7 @@ #endif [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Runtime")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC, Zooming and Panning Control by Ashley Davis")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC, Zooming and Panning Control by Ashley Davis")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectorScripting/Properties/AssemblyInfo.cs b/Source/SharpVectorScripting/Properties/AssemblyInfo.cs index f85c34ef1..eaa67976d 100644 --- a/Source/SharpVectorScripting/Properties/AssemblyInfo.cs +++ b/Source/SharpVectorScripting/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Elinam LLC, Japan")] [assembly: AssemblyProduct("SharpVectors.Scripting.Jint")] -[assembly: AssemblyCopyright("Copyright © 2010 - 2023 Elinam LLC, JavaScript-based scripting component for SharpVectors.")] +[assembly: AssemblyCopyright("Copyright © 2010 - 2024 Elinam LLC, JavaScript-based scripting component for SharpVectors.")] [assembly: AssemblyTrademark("Open Source, Licensed BSD-3")] [assembly: AssemblyCulture("")] diff --git a/Source/SharpVectors.Reloaded.nuspec b/Source/SharpVectors.Reloaded.nuspec index b56ac6877..238f4ba9a 100644 --- a/Source/SharpVectors.Reloaded.nuspec +++ b/Source/SharpVectors.Reloaded.nuspec @@ -13,12 +13,12 @@ https://github.com/ElinamLLC/SharpVectors images\SharpVectors64.png - Copyright (c) 2010 - 2023 Elinam LLC + Copyright (c) 2010 - 2024 Elinam LLC docs\SharpVectors.Reloaded.md - Release 1.8.2 - * XXE vulnerability fixes, and added URI resolver controls. - * Source codes and manual documentation improvements. + Release 1.8.3 + * Root viewbox support improvements. + * .NET 8 support. * Bug fixes and code improvements. svg .net wpf svg2xaml svg2wpf xaml @@ -29,23 +29,23 @@ - + - - - + + + @@ -222,34 +222,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -306,6 +278,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/SharpVectors.Wpf.nuspec b/Source/SharpVectors.Wpf.nuspec index 7e37283d2..85f929401 100644 --- a/Source/SharpVectors.Wpf.nuspec +++ b/Source/SharpVectors.Wpf.nuspec @@ -13,12 +13,12 @@ https://github.com/ElinamLLC/SharpVectors images\SharpVectors64.png - Copyright (c) 2010 - 2023 Elinam LLC + Copyright (c) 2010 - 2024 Elinam LLC docs\SharpVectors.Wpf.md - Release 1.8.2 - * XXE vulnerability fixes, and added URI resolver controls. - * Source codes and manual documentation improvements. + Release 1.8.3 + * Root viewbox support improvements. + * .NET 8 support. * Bug fixes and code improvements. svg .net wpf svg2xaml svg2wpf xaml @@ -29,23 +29,23 @@ - + - - - + + + @@ -204,31 +204,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -279,6 +254,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/SharpVectors.nuspec b/Source/SharpVectors.nuspec index f405427c9..276ae9bad 100644 --- a/Source/SharpVectors.nuspec +++ b/Source/SharpVectors.nuspec @@ -13,12 +13,12 @@ https://github.com/ElinamLLC/SharpVectors images\SharpVectors64.png - Copyright (c) 2010 - 2023 Elinam LLC + Copyright (c) 2010 - 2024 Elinam LLC docs\SharpVectors.md - Release 1.8.2 - * XXE vulnerability fixes, and added URI resolver controls. - * Source codes and manual documentation improvements. + Release 1.8.3 + * Root viewbox support improvements. + * .NET 8 support. * Bug fixes and code improvements. svg .net wpf svg2xaml svg2wpf xaml @@ -29,23 +29,23 @@ - + - - - + + + @@ -222,34 +222,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -306,6 +278,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +