Skip to content

Commit

Permalink
Infrastructure Preparation 303
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 31, 2024
1 parent c6dea7e commit e49d550
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Skylark" Version="3.1.4.8" />
<PackageReference Include="Skylark.Wing" Version="3.1.7.1" />
<PackageReference Include="Skylark.Wing" Version="3.1.7.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Skylark.Clipboard/Skylark.Clipboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.DNS/Skylark.DNS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Standard/Skylark.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Uptime/Skylark.Uptime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Skylark.Wing/Helper/Fullscreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ namespace Skylark.Wing.Helper
/// <summary>
///
/// </summary>
public static class Fullscreen
public static class FullScreen
{
/// <summary>
///
/// </summary>
/// <param name="wndHandle"></param>
/// <param name="screeneRectangles"></param>
/// <returns></returns>
public static bool IsFullscreen(IntPtr wndHandle, SSRRS screeneRectangles)
public static bool IsFullScreen(IntPtr wndHandle, SSRRS screeneRectangles)
{
SWNM.GetWindowRect(wndHandle, out SWNM.RECT Rectangle);

Expand All @@ -29,7 +29,7 @@ public static bool IsFullscreen(IntPtr wndHandle, SSRRS screeneRectangles)
/// </summary>
/// <param name="hWnd"></param>
/// <returns></returns>
public static bool IsFullscreen2(IntPtr hWnd)
public static bool IsFullScreen2(IntPtr hWnd)
{
int exStyle = SWNM.GetWindowLong(hWnd, -20);

Expand Down
2 changes: 1 addition & 1 deletion src/Skylark.Wing/Skylark.Wing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Website: www.vegalya.com
// Created: 17.Jun.2023
// Changed: 31.Oct.2024
// Version: 3.1.7.2
// Version: 3.1.7.3
//
// |---------DO-NOT-REMOVE---------|

Expand Down
4 changes: 2 additions & 2 deletions src/Skylark.Wing/Skylark.Wing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<ApplicationIcon>Resources\Skylark.Wing.ico</ApplicationIcon>
<Version>3.1.7.2</Version>
<Version>3.1.7.3</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>Skylark.Wing</Title>
Expand Down Expand Up @@ -51,7 +51,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Skylark/Skylark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24530.2</Version>
<Version>9.0.0-beta.24531.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit e49d550

Please sign in to comment.