From 5f3c5fe9c2d8265cfdd3274e72d973d293906214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Sat, 18 Nov 2023 12:59:16 +0100 Subject: [PATCH] Version 2.0.0.2311 --- PeyrSharp.Core/PeyrSharp.Core.csproj | 9 ++++--- PeyrSharp.Enums/PeyrSharp.Enums.csproj | 5 ++-- PeyrSharp.Env/PeyrSharp.Env.csproj | 7 ++--- .../PeyrSharp.Exceptions.csproj | 4 ++- .../PeyrSharp.Extensions.csproj | 7 ++--- .../PeyrSharp.UiHelpers.csproj | 14 +++------- PeyrSharp/PeyrSharp.cs | 2 +- PeyrSharp/PeyrSharp.csproj | 26 +++++++------------ 8 files changed, 34 insertions(+), 40 deletions(-) diff --git a/PeyrSharp.Core/PeyrSharp.Core.csproj b/PeyrSharp.Core/PeyrSharp.Core.csproj index bccdf90..6c61597 100644 --- a/PeyrSharp.Core/PeyrSharp.Core.csproj +++ b/PeyrSharp.Core/PeyrSharp.Core.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 True PeyrSharp.Core - 1.10.0.2310 + 2.0.0.2311 Devyus Core methods and features of PeyrSharp. © 2023 @@ -16,7 +16,8 @@ NUGET_README.md MIT True - + - Added .NET 8 Support +- Removed .NET 5 Support @@ -31,8 +32,8 @@ - - + + \ No newline at end of file diff --git a/PeyrSharp.Enums/PeyrSharp.Enums.csproj b/PeyrSharp.Enums/PeyrSharp.Enums.csproj index a03ffd9..607ecc8 100644 --- a/PeyrSharp.Enums/PeyrSharp.Enums.csproj +++ b/PeyrSharp.Enums/PeyrSharp.Enums.csproj @@ -11,14 +11,15 @@ https://peyrsharp.leocorporation.dev/ https://github.com/DevyusCode/PeyrSharp enums;c-sharp;dotnet;vb;peyrsharp;leo corp - 1.10.0.2310 + 2.0.0.2311 True logo.png NUGET_README.md True MIT git - + - Added .NET 8 Support +- Removed .NET 5 Support diff --git a/PeyrSharp.Env/PeyrSharp.Env.csproj b/PeyrSharp.Env/PeyrSharp.Env.csproj index e840277..810b7a9 100644 --- a/PeyrSharp.Env/PeyrSharp.Env.csproj +++ b/PeyrSharp.Env/PeyrSharp.Env.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 True PeyrSharp.Env - 1.10.0.2310 + 2.0.0.2311 Devyus Environment-related methods of PeyrSharp. © 2023 @@ -16,7 +16,8 @@ NUGET_README.md MIT True - + - Added .NET 8 Support +- Removed .NET 5 Support @@ -32,6 +33,6 @@ - + \ No newline at end of file diff --git a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj index 2bfc182..260db97 100644 --- a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj +++ b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj @@ -6,7 +6,7 @@ enable True PeyrSharp.Exceptions - 1.10.0.2310 + 2.0.0.2311 Devyus Exceptions of PeyrSharp. © 2023 @@ -18,6 +18,8 @@ True MIT git + - Added .NET 8 Support +- Removed .NET 5 Support diff --git a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj index 0240a2c..e47d589 100644 --- a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj +++ b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj @@ -4,7 +4,7 @@ net6.0;net7.0;net8.0 True PeyrSharp.Extensions - 1.10.0.2310 + 2.0.0.2311 Devyus Extensions methods of PeyrSharp. © 2023 @@ -16,7 +16,8 @@ NUGET_README.md MIT True - + - Added .NET 8 Support +- Removed .NET 5 Support @@ -31,7 +32,7 @@ - + \ No newline at end of file diff --git a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj index b7a0316..537bdec 100644 --- a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj +++ b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj @@ -8,7 +8,7 @@ true True PeyrSharp.UiHelpers - 1.10.0.2310 + 2.0.0.2311 Devyus Useful helpers for Windows Forms and Windows Presentation Framework. © 2023 @@ -20,14 +20,8 @@ NUGET_README.md MIT True - - Added the possibility to close windows (#143) -- Added the possibility to maximize windows (#143) -- Added the possibility to restore windows (#143) -- Added the possibility to minimize windows (#143) -- Added XML documentation (#143) -- Added the possibility to set the position of any window (#144) -- Added SetTopMost() method (#145) -- Added GetWindowSize() method (#146) + - Added .NET 8 Support +- Removed .NET 5 Support @@ -42,7 +36,7 @@ - + \ No newline at end of file diff --git a/PeyrSharp/PeyrSharp.cs b/PeyrSharp/PeyrSharp.cs index 1b7327f..8aad586 100644 --- a/PeyrSharp/PeyrSharp.cs +++ b/PeyrSharp/PeyrSharp.cs @@ -32,6 +32,6 @@ public static class PeyrSharp /// /// The current version of PeyrSharp. /// - public static string Version => "1.10.0.2310"; + public static string Version => "2.0.0.2311"; } } diff --git a/PeyrSharp/PeyrSharp.csproj b/PeyrSharp/PeyrSharp.csproj index bc0c157..6df1fa9 100644 --- a/PeyrSharp/PeyrSharp.csproj +++ b/PeyrSharp/PeyrSharp.csproj @@ -4,7 +4,7 @@ net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows True PeyrSharp - 1.10.0.2310 + 2.0.0.2311 Devyus © 2023 A C# library designed to make developers' job easier. @@ -17,15 +17,9 @@ NUGET_README.md MIT True - (for Windows only) -- Added the possibility to close windows (#143) -- Added the possibility to maximize windows (#143) -- Added the possibility to restore windows (#143) -- Added the possibility to minimize windows (#143) -- Added XML documentation (#143) -- Added the possibility to set the position of any window (#144) -- Added SetTopMost() method (#145) -- Added GetWindowSize() method (#146) + - Added .NET 8 Support +- Removed .NET 5 Support + @@ -40,12 +34,12 @@ - - - - - - + + + + + + \ No newline at end of file