Version bump

This commit is contained in:
Serge
2024-05-26 12:59:03 +02:00
parent f794110c2a
commit 61c114625a
2 changed files with 3 additions and 3 deletions

View File

@@ -87,8 +87,8 @@ namespace GHelper.AnimeMatrix
if (brightness == 0 || (auto && SystemInformation.PowerStatus.PowerLineStatus != PowerLineStatus.Online) || (lid && lidClose)) if (brightness == 0 || (auto && SystemInformation.PowerStatus.PowerLineStatus != PowerLineStatus.Online) || (lid && lidClose))
{ {
deviceSlash.SetEnabled(false); deviceSlash.SetEnabled(false);
deviceSlash.Init(); //deviceSlash.Init();
deviceSlash.SetOptions(false, 0, 0); //deviceSlash.SetOptions(false, 0, 0);
deviceSlash.SetSleepActive(false); deviceSlash.SetSleepActive(false);
} }
else else

View File

@@ -15,7 +15,7 @@
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly> <ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>0.172</AssemblyVersion> <AssemblyVersion>0.173</AssemblyVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">