Skip to content

Commit

Permalink
Version 1.2.0.2301-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Jan 7, 2023
1 parent 4a36876 commit 6609192
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 33 deletions.
11 changes: 5 additions & 6 deletions PeyrSharp.Core/PeyrSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Core</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Authors>Léo Corporation</Authors>
<Description>Core methods and features of PeyrSharp.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -16,8 +16,7 @@
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>- Added ``UnixTimeToDateTime()`` method (#43)
- Added ``DateTimeToUnixTime()`` method (#43)</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,8 +31,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.1.0.2212" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.1.0.2212" />
<PackageReference Include="PeyrSharp.Enums" Version="1.2.0.2301-pre1" />
<PackageReference Include="PeyrSharp.Exceptions" Version="1.2.0.2301-pre1" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions PeyrSharp.Enums/PeyrSharp.Enums.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<Title>PeyrSharp.Enums</Title>
<Authors>Léo Corporation</Authors>
<Description>Enumerations of PeyrSharp.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<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.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
Expand Down
12 changes: 4 additions & 8 deletions PeyrSharp.Env/PeyrSharp.Env.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Env</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Authors>Léo Corporation</Authors>
<Description>Environment-related methods of PeyrSharp.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -16,11 +16,7 @@
<PackageReadmeFile>NUGET_README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>- Added the possibility to get current directory (#38)
- Added the possibility to get the drive with the lowest available free space (#39)
- Added the possibility to get the drive with the highest available free space (#40)
- Added the possibility to check if a drive is a DVD/CD-ROM (#41)
- Added the possibility to get the `StorageUnits` of a drive (#42)</PackageReleaseNotes>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand All @@ -35,6 +31,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.1.0.2212" />
<PackageReference Include="PeyrSharp.Enums" Version="1.2.0.2301-pre1" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions PeyrSharp.Exceptions/PeyrSharp.Exceptions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>PeyrSharp.Exceptions</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Company>Léo Corporation</Company>
<Description>Exceptions of PeyrSharp.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>
Expand Down
6 changes: 3 additions & 3 deletions PeyrSharp.Extensions/PeyrSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.Extensions</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Authors>Léo Corporation</Authors>
<Description>Extensions methods of PeyrSharp.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.1.0.2212" />
<PackageReference Include="PeyrSharp.Enums" Version="1.2.0.2301-pre1" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions PeyrSharp.UiHelpers/PeyrSharp.UiHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<UseWPF>true</UseWPF>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp.UiHelpers</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Authors>Léo Corporation</Authors>
<Description>Useful helpers for Windows Forms and Windows Presentation Framework.</Description>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
<PackageTags>ui-helpers;c-sharp;dotnet;vb;peyrsharp;leo corp;wpf;windows-forms;win-forms;ui;windows</PackageTags>
Expand All @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PeyrSharp.Enums" Version="1.1.0.2212" />
<PackageReference Include="PeyrSharp.Enums" Version="1.2.0.2301-pre1" />
</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";
public static string Version => "1.2.0.2301-pre1";
}
}
16 changes: 8 additions & 8 deletions PeyrSharp/PeyrSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFrameworks>net5.0;net6.0;net5.0-windows;net6.0-windows;net7.0;net7.0-windows</TargetFrameworks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Title>PeyrSharp</Title>
<Version>1.1.0.2212</Version>
<Version>1.2.0.2301-pre1</Version>
<Authors>Léo Corporation</Authors>
<Copyright2022</Copyright>
<Copyright2023</Copyright>
<Description>A C# library designed to make developers' job easier.</Description>
<PackageProjectUrl>https://github.com/Leo-Corporation/PeyrSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Leo-Corporation/PeyrSharp</RepositoryUrl>
Expand All @@ -30,12 +30,12 @@
</ItemGroup>

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

</Project>

0 comments on commit 6609192

Please sign in to comment.