From afbe4a315c9e3c99581b55a5558b8456c22b3b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Peyronnet?= Date: Sat, 30 Sep 2023 15:21:55 +0200 Subject: [PATCH] Version 1.10.0.2310 --- PeyrSharp.Core/PeyrSharp.Core.csproj | 6 ++-- PeyrSharp.Enums/PeyrSharp.Enums.csproj | 2 +- PeyrSharp.Env/PeyrSharp.Env.csproj | 7 ++--- .../PeyrSharp.Exceptions.csproj | 2 +- .../PeyrSharp.Extensions.csproj | 7 ++--- .../PeyrSharp.UiHelpers.csproj | 4 +-- PeyrSharp/PeyrSharp.cs | 2 +- PeyrSharp/PeyrSharp.csproj | 29 ++++++++++--------- 8 files changed, 30 insertions(+), 29 deletions(-) diff --git a/PeyrSharp.Core/PeyrSharp.Core.csproj b/PeyrSharp.Core/PeyrSharp.Core.csproj index 4a27ea5..a8d6eb2 100644 --- a/PeyrSharp.Core/PeyrSharp.Core.csproj +++ b/PeyrSharp.Core/PeyrSharp.Core.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net7.0 True PeyrSharp.Core - 1.9.0.2309 + 1.10.0.2310 Devyus Core methods and features of PeyrSharp. © 2023 @@ -31,8 +31,8 @@ - - + + \ No newline at end of file diff --git a/PeyrSharp.Enums/PeyrSharp.Enums.csproj b/PeyrSharp.Enums/PeyrSharp.Enums.csproj index 1952941..5beeb87 100644 --- a/PeyrSharp.Enums/PeyrSharp.Enums.csproj +++ b/PeyrSharp.Enums/PeyrSharp.Enums.csproj @@ -11,7 +11,7 @@ https://peyrsharp.leocorporation.dev/ https://github.com/DevyusCode/PeyrSharp enums;c-sharp;dotnet;vb;peyrsharp;leo corp - 1.9.0.2309 + 1.10.0.2310 True logo.png NUGET_README.md diff --git a/PeyrSharp.Env/PeyrSharp.Env.csproj b/PeyrSharp.Env/PeyrSharp.Env.csproj index 34f3dfd..81a57eb 100644 --- a/PeyrSharp.Env/PeyrSharp.Env.csproj +++ b/PeyrSharp.Env/PeyrSharp.Env.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net7.0 True PeyrSharp.Env - 1.9.0.2309 + 1.10.0.2310 Devyus Environment-related methods of PeyrSharp. © 2023 @@ -16,8 +16,7 @@ NUGET_README.md MIT True - - Added Supported OS attribute (#137) -- Added CurrentTheme property (#138) + @@ -33,6 +32,6 @@ - + \ No newline at end of file diff --git a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj index 13a2915..1375611 100644 --- a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj +++ b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj @@ -6,7 +6,7 @@ enable True PeyrSharp.Exceptions - 1.9.0.2309 + 1.10.0.2310 Devyus Exceptions of PeyrSharp. © 2023 diff --git a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj index 8e80622..24c2380 100644 --- a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj +++ b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net7.0 True PeyrSharp.Extensions - 1.9.0.2309 + 1.10.0.2310 Devyus Extensions methods of PeyrSharp. © 2023 @@ -16,8 +16,7 @@ NUGET_README.md MIT True - - Added ToLowerAt(s) (#136) -- Added ToLowerAt(str, r) (#136) + @@ -32,7 +31,7 @@ - + \ No newline at end of file diff --git a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj index 7732923..42ad5ba 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-rc1 + 1.10.0.2310 Devyus Useful helpers for Windows Forms and Windows Presentation Framework. © 2023 @@ -42,7 +42,7 @@ - + \ No newline at end of file diff --git a/PeyrSharp/PeyrSharp.cs b/PeyrSharp/PeyrSharp.cs index 12b81d1..1b7327f 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.9.0.2309"; + public static string Version => "1.10.0.2310"; } } diff --git a/PeyrSharp/PeyrSharp.csproj b/PeyrSharp/PeyrSharp.csproj index 8737dc7..a5d5254 100644 --- a/PeyrSharp/PeyrSharp.csproj +++ b/PeyrSharp/PeyrSharp.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net5.0-windows;net6.0-windows;net7.0;net7.0-windows True PeyrSharp - 1.9.0.2309 + 1.10.0.2310 Devyus © 2023 A C# library designed to make developers' job easier. @@ -17,12 +17,15 @@ NUGET_README.md MIT True - - Added ToLowerAt(s) (#136) -- Added ToLowerAt(str, r) (#136) -- Added LaunchUWPApp(UwpApp) (#137) -- Added CurrentTheme property (#138) -- Added WindowInfo class (#139) -- Added the possibility to get a list of opened windows (#139) + (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) @@ -37,12 +40,12 @@ - - - - - - + + + + + + \ No newline at end of file