Skip to content

Commit

Permalink
Version 1.0.0.2211
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Nov 3, 2022
1 parent 607addd commit fd8eb1a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion NUGET_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|------------------ |--------- |------- |---------------- |
Expand Down
6 changes: 3 additions & 3 deletions PeyrSharp.Core/PeyrSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Core</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Authors>Léo Corporation</Authors>
<Description>Core methods and features of PeyrSharp.</Description>
<Copyright>© 2022</Copyright>
Expand All @@ -30,8 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.0.0.2211" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PeyrSharp.Enums/PeyrSharp.Enums.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<PackageTags>enums;c-sharp;dotnet;vb;peyrsharp;leo corp</PackageTags>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
Expand Down
2 changes: 1 addition & 1 deletion PeyrSharp.Env/FileSys.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public static bool CanWriteFile(string filePath)
/// </summary>
/// <remarks>Only works with Windows.</remarks>
[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]; }

/// <summary>
/// Gets the <c>%APPDATA%</c> path.
Expand Down
4 changes: 2 additions & 2 deletions PeyrSharp.Env/PeyrSharp.Env.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Env</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Authors>Léo Corporation</Authors>
<Description>Environment-related methods of PeyrSharp.</Description>
<Copyright>© 2022</Copyright>
Expand All @@ -30,6 +30,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>PeyrSharp.Exceptions</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Company>Léo Corporation</Company>
<Description>Exceptions of PeyrSharp.</Description>
<Copyright>© 2022</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions PeyrSharp.Extensions/PeyrSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Extensions</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Authors>Léo Corporation</Authors>
<Description>Extensions methods of PeyrSharp.</Description>
<Copyright>© 2022</Copyright>
Expand All @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWPF>true</UseWPF>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.UiHelpers</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Authors>Léo Corporation</Authors>
<Description>Useful helpers for Windows Forms and Windows Presentation Framework.</Description>
<Copyright>© 2022</Copyright>
Expand All @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PeyrSharp/PeyrSharp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public static class PeyrSharp
/// <summary>
/// The current version of PeyrSharp.
/// </summary>
public static string Version => "1.0.0.2211-pre5";
public static string Version => "1.0.0.2211";
}
}
14 changes: 7 additions & 7 deletions PeyrSharp/PeyrSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net5.0;net6.0;net5.0-windows;net6.0-windows</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp</Title>
<Version>1.0.0.2211-pre5</Version>
<Version>1.0.0.2211</Version>
<Authors>Léo Corporation</Authors>
<Copyright>© 2022</Copyright>
<Description>A C# library designed to make developers' job easier.</Description>
Expand All @@ -30,12 +30,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Core" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Env" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Extensions" Version="1.0.0.2211-pre5" />
<PackageReference Condition="'$(TargetPlatformIdentifier)' == 'Windows'" Include="PeyrSharp.UiHelpers" Version="1.0.0.2211-pre5" />
<PackageReference Include="PeyrSharp.Core" Version="1.0.0.2211" />
<PackageReference Include="PeyrSharp.Enums" Version="1.0.0.2211" />
<PackageReference Include="PeyrSharp.Env" Version="1.0.0.2211" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.0.0.2211" />
<PackageReference Include="PeyrSharp.Extensions" Version="1.0.0.2211" />
<PackageReference Condition="'$(TargetPlatformIdentifier)' == 'Windows'" Include="PeyrSharp.UiHelpers" Version="1.0.0.2211" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|------------------ |--------- |------- |---------------- |
Expand Down

0 comments on commit fd8eb1a

Please sign in to comment.