diff --git a/NUGET_README.md b/NUGET_README.md index 03e72e1..85f9fdd 100644 --- a/NUGET_README.md +++ b/NUGET_README.md @@ -73,7 +73,7 @@ PeyrSharp is divided in multiple packages: ## Compatibility ### Platforms -Some modules of PeyrSharp are targeting features only available in specific operating systems. Thus, some packages aren't available on all platform. +Some modules of PeyrSharp are targeting features only available in specific operating systems. Thus, some packages aren't available on all platforms. | Package/Platform | Windows | macOS | Linux + others | |------------------ |--------- |------- |---------------- | diff --git a/PeyrSharp.Core/PeyrSharp.Core.csproj b/PeyrSharp.Core/PeyrSharp.Core.csproj index 5edd127..222e2d8 100644 --- a/PeyrSharp.Core/PeyrSharp.Core.csproj +++ b/PeyrSharp.Core/PeyrSharp.Core.csproj @@ -4,7 +4,7 @@ net5.0;net6.0 True PeyrSharp.Core - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation Core methods and features of PeyrSharp. © 2022 @@ -30,8 +30,8 @@ - - + + diff --git a/PeyrSharp.Enums/PeyrSharp.Enums.csproj b/PeyrSharp.Enums/PeyrSharp.Enums.csproj index 86111b9..9d177f4 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.0.0.2211-pre5 + 1.0.0.2211 True logo.png NUGET_README.md diff --git a/PeyrSharp.Env/FileSys.cs b/PeyrSharp.Env/FileSys.cs index 0245c67..d282330 100644 --- a/PeyrSharp.Env/FileSys.cs +++ b/PeyrSharp.Env/FileSys.cs @@ -161,7 +161,7 @@ public static bool CanWriteFile(string filePath) /// /// Only works with Windows. [SupportedOSPlatform("windows")] - public static DriveInfo SystemDrive { get => (System.CurrentOperatingSystem == OperatingSystems.Windows) ? new DriveInfo(Environment.SystemDirectory) : DriveInfo.GetDrives()[0]; } + public static DriveInfo SystemDrive { get => (Sys.CurrentOperatingSystem == OperatingSystems.Windows) ? new DriveInfo(Environment.SystemDirectory) : DriveInfo.GetDrives()[0]; } /// /// Gets the %APPDATA% path. diff --git a/PeyrSharp.Env/PeyrSharp.Env.csproj b/PeyrSharp.Env/PeyrSharp.Env.csproj index 707fc22..323e083 100644 --- a/PeyrSharp.Env/PeyrSharp.Env.csproj +++ b/PeyrSharp.Env/PeyrSharp.Env.csproj @@ -4,7 +4,7 @@ net5.0;net6.0 True PeyrSharp.Env - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation Environment-related methods of PeyrSharp. © 2022 @@ -30,6 +30,6 @@ - + diff --git a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj index b55741e..55b1cf6 100644 --- a/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj +++ b/PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj @@ -6,7 +6,7 @@ enable True PeyrSharp.Exceptions - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation Exceptions of PeyrSharp. © 2022 diff --git a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj index e42c0a9..e088632 100644 --- a/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj +++ b/PeyrSharp.Extensions/PeyrSharp.Extensions.csproj @@ -4,7 +4,7 @@ net5.0;net6.0 True PeyrSharp.Extensions - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation Extensions methods of PeyrSharp. © 2022 @@ -30,7 +30,7 @@ - + diff --git a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj index 6fe6129..7070394 100644 --- a/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj +++ b/PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj @@ -8,7 +8,7 @@ true True PeyrSharp.UiHelpers - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation Useful helpers for Windows Forms and Windows Presentation Framework. © 2022 @@ -33,7 +33,7 @@ - + diff --git a/PeyrSharp/PeyrSharp.cs b/PeyrSharp/PeyrSharp.cs index 71b0344..307f465 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.0.0.2211-pre5"; + public static string Version => "1.0.0.2211"; } } diff --git a/PeyrSharp/PeyrSharp.csproj b/PeyrSharp/PeyrSharp.csproj index c885295..adcf121 100644 --- a/PeyrSharp/PeyrSharp.csproj +++ b/PeyrSharp/PeyrSharp.csproj @@ -4,7 +4,7 @@ net5.0;net6.0;net5.0-windows;net6.0-windows True PeyrSharp - 1.0.0.2211-pre5 + 1.0.0.2211 Léo Corporation © 2022 A C# library designed to make developers' job easier. @@ -30,12 +30,12 @@ - - - - - - + + + + + + diff --git a/README.md b/README.md index d58403b..bb30568 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ PeyrSharp is divided in multiple packages: ## Compatibility ### Platforms -Some modules of PeyrSharp are targeting features only available in specific operating systems. Thus, some packages aren't available on all platform. +Some modules of PeyrSharp are targeting features only available in specific operating systems. Thus, some packages aren't available on all platforms. | Package/Platform | Windows | macOS | Linux + others | |------------------ |--------- |------- |---------------- |