Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 15, 2024
1 parent 0112dfd commit 20a1eed
Show file tree
Hide file tree
Showing 31 changed files with 76 additions and 38 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ dotnet_style_operator_placement_when_wrapping = beginning_of_line
indent_size = 2

[*.cs]

# WFO1000: A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method
dotnet_diagnostic.WFO1000.severity = silent

#### Adlandırma stilleri ####

# Adlandırma kuralları
Expand Down
11 changes: 11 additions & 0 deletions README.ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ Gracias a estas personas maravillosas ([emoji clave](https://allcontributors.org
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=Oxara" title="Solicitudes de Extracción Revisadas">👀</a>
</td>
<td align="center">
<a href="https://github.com/toolgood">
<img src="https://avatars3.githubusercontent.com/u/17310407?s=460&v=4" width="80px;" alt="toolgood" />
<br />
<sub>
<b>toolgood</b>
</sub>
</a>
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=toolgood" title="Solicitudes de Extracción Revisadas">👀</a>
</td>
</tr>
</table>

Expand Down
11 changes: 11 additions & 0 deletions README.TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ Bu harika insanlara teşekkürler ([emoji anahtarı](https://allcontributors.org
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=Oxara" title="İncelenen Çekme İstekleri">👀</a>
</td>
<td align="center">
<a href="https://github.com/toolgood">
<img src="https://avatars3.githubusercontent.com/u/17310407?s=460&v=4" width="80px;" alt="toolgood" />
<br />
<sub>
<b>toolgood</b>
</sub>
</a>
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=toolgood" title="İncelenen Çekme İstekleri">👀</a>
</td>
</tr>
</table>

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=Oxara" title="Reviewed Pull Requests">👀</a>
</td>
<td align="center">
<a href="https://github.com/toolgood">
<img src="https://avatars3.githubusercontent.com/u/17310407?s=460&v=4" width="80px;" alt="toolgood" />
<br />
<sub>
<b>toolgood</b>
</sub>
</a>
<br />
<a href="https://github.com/Taiizor/ReaLTaiizor/commits?author=toolgood" title="Reviewed Pull Requests">👀</a>
</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion demo/ReaLTaiizor.UI/ReaLTaiizor.UI/ReaLTaiizor.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
<!--<Reference Include="ReaLTaiizor">
<HintPath>..\..\..\src\ReaLTaiizor\bin\Release\$(TargetFramework)\ReaLTaiizor.dll</HintPath>
</Reference>-->
Expand Down
2 changes: 1 addition & 1 deletion demo/ReaLTaiizor.UX/ReaLTaiizor.UX/ReaLTaiizor.UX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\Taiizor.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="Skylark.Standard" Version="3.1.6.7" />
<PackageReference Include="Skylark.Clipboard" Version="3.1.4.2" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
<PackageReference Include="Skylark.Standard" Version="3.1.6.8" />
<PackageReference Include="Skylark.Clipboard" Version="3.1.4.3" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
<PackageReference Include="System.Management" Version="9.0.0" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Skylark.Clipboard" Version="3.1.4.2" />
<PackageReference Include="Skylark.Clipboard" Version="3.1.4.3" />
<PackageReference Include="Costura.Fody" Version="6.0.0-beta0000">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive; compile</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Connect.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\ICO.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Clean.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Background.jpg" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\ICO.ico" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Background.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='GitHub|AnyCPU'">
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>Resources\ICO.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\Console.png" />
Expand Down
17 changes: 9 additions & 8 deletions src/ReaLTaiizor/Forms/Form/MaterialForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1344,15 +1344,16 @@ protected override void OnPaint(PaintEventArgs e)
textLocation.Size,
MaterialNativeTextRenderer.TextAlignFlags.Left | MaterialNativeTextRenderer.TextAlignFlags.Middle);
}
else if (ControlBox == true && _formStyle == FormStyles.ActionBar_None)
else if (ControlBox == true && _formStyle == FormStyles.ActionBar_None)
{
using MaterialNativeTextRenderer NativeText = new(g);
Rectangle textLocation = new(12, 5, ClientSize.Width, ClientSize.Height);
//Form title
using MaterialNativeTextRenderer NativeText = new(g);
Rectangle textLocation = new(10, 4, ClientSize.Width, ClientSize.Height);
NativeText.DrawTransparentText(Text, SkinManager.GetLogFontByType(MaterialSkinManager.FontType.Subtitle2),
SkinManager.ColorScheme.TextColor,
textLocation.Location,
textLocation.Size,
MaterialNativeTextRenderer.TextAlignFlags.Left | MaterialNativeTextRenderer.TextAlignFlags.Top);
SkinManager.ColorScheme.TextColor,
textLocation.Location,
textLocation.Size,
MaterialNativeTextRenderer.TextAlignFlags.Left | MaterialNativeTextRenderer.TextAlignFlags.Top);
}
}
#endregion
Expand Down Expand Up @@ -1419,4 +1420,4 @@ private static IntPtr SetWindowLongPtr(IntPtr hWnd, int nIndex, IntPtr dwNewLong
}

#endregion
}
}
4 changes: 2 additions & 2 deletions src/ReaLTaiizor/ReaLTaiizor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// Creator: Taiizor
// Website: www.vegalya.com
// Created: 15.May.2019
// Changed: 10.Oct.2024
// Version: 3.8.0.8
// Changed: 15.Nov.2024
// Version: 3.8.0.9
//
// |---------DO-NOT-REMOVE---------|

Expand Down
2 changes: 1 addition & 1 deletion src/ReaLTaiizor/ReaLTaiizor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PropertyGroup>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Resources\Taiizor.ico</ApplicationIcon>
<Version>3.8.0.8</Version>
<Version>3.8.0.9</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Title>ReaLTaiizor</Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ReaLTaiizor" Version="3.8.0.7" />
<PackageReference Include="ReaLTaiizor" Version="3.8.0.8" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 20a1eed

Please sign in to comment.