diff --git a/PeyrSharp.Core/PeyrSharp.Core.csproj b/PeyrSharp.Core/PeyrSharp.Core.csproj index 235aeed..f9ac388 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.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation Core methods and features of PeyrSharp. © 2023 @@ -16,10 +16,7 @@ NUGET_README.md MIT True - - Created Stats class (#52) -- Added the Mean() method (#53) -- Added the Median() method (#54) -- Added the Mode() method (#55) + @@ -34,8 +31,8 @@ - - + + diff --git a/PeyrSharp.Enums/PeyrSharp.Enums.csproj b/PeyrSharp.Enums/PeyrSharp.Enums.csproj index f68ebb9..97c3b37 100644 --- a/PeyrSharp.Enums/PeyrSharp.Enums.csproj +++ b/PeyrSharp.Enums/PeyrSharp.Enums.csproj @@ -11,7 +11,7 @@ https://github.com/Leo-Corporation/PeyrSharp https://github.com/Leo-Corporation/PeyrSharp enums;c-sharp;dotnet;vb;peyrsharp;leo corp - 1.2.0.2301 + 1.3.0.2302-pre1 True logo.png NUGET_README.md diff --git a/PeyrSharp.Env/PeyrSharp.Env.csproj b/PeyrSharp.Env/PeyrSharp.Env.csproj index 1f9915c..9dfadf1 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.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation Environment-related methods of PeyrSharp. © 2023 @@ -16,7 +16,9 @@ NUGET_README.md MIT True - + - Added the possibility to check if a process is running (#67) +- Added the possibility to get the current directory (#68) +- Added the possibility to get the name of the computer (#69) @@ -31,6 +33,6 @@ - + diff --git a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj index c6b0c29..7ab785c 100644 --- a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj +++ b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj @@ -6,7 +6,7 @@ enable True PeyrSharp.Exceptions - 1.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation Exceptions of PeyrSharp. © 2023 diff --git a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj index 3ec1094..32f309f 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.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation Extensions methods of PeyrSharp. © 2023 @@ -16,8 +16,7 @@ NUGET_README.md MIT True - - Added the UnSplit() extension method (#56) -- Added the ToUpperAt() method (#57) + @@ -32,7 +31,7 @@ - + diff --git a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj index 5cd4445..69feabe 100644 --- a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj +++ b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj @@ -8,7 +8,7 @@ true True PeyrSharp.UiHelpers - 1.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation Useful helpers for Windows Forms and Windows Presentation Framework. © 2023 @@ -19,7 +19,7 @@ NUGET_README.md MIT True - - Added the CenterWindow() method (#58) + @@ -34,7 +34,7 @@ - + diff --git a/PeyrSharp/PeyrSharp.cs b/PeyrSharp/PeyrSharp.cs index 73cdacf..a058e5c 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.2.0.2301"; + public static string Version => "1.3.0.2302-pre1"; } } diff --git a/PeyrSharp/PeyrSharp.csproj b/PeyrSharp/PeyrSharp.csproj index 79b6f78..b2892e3 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.2.0.2301 + 1.3.0.2302-pre1 Léo Corporation © 2023 A C# library designed to make developers' job easier. @@ -16,13 +16,9 @@ NUGET_README.md MIT True - - Created Stats class (#52) -- Added the Mean() method (#53) -- Added the Median() method (#54) -- Added the Mode() method (#55) -- Added the UnSplit() extension method (#56) -- Added the ToUpperAt() method (#57) -- Added the CenterWindow() method (#58) + - Added the possibility to check if a process is running (#67) +- Added the possibility to get the current directory (#68) +- Added the possibility to get the name of the computer (#69) @@ -37,12 +33,12 @@ - - - - - - + + + + + +