mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-06-12 11:01:23 -07:00
Increment App Version
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
|
||||
<UseWindowsForms>True</UseWindowsForms>
|
||||
<ApplicationIcon>Resources\program.ico</ApplicationIcon>
|
||||
<Version>5.0.1.5</Version>
|
||||
<Version>5.0.1.6</Version>
|
||||
<Copyright>2025, FroggMaster (https://github.com/FroggMaster)</Copyright>
|
||||
<Company>CreamInstaller</Company>
|
||||
<Product>Automatic DLC Unlocker Installer & Configuration Generator</Product>
|
||||
|
||||
@@ -5,9 +5,6 @@ using System.Windows.Forms;
|
||||
|
||||
namespace CreamInstaller.Utility;
|
||||
|
||||
// To Do:
|
||||
// - Change the darkmode button to a checkbox
|
||||
// - Default to dark mode
|
||||
internal static class ThemeManager
|
||||
{
|
||||
// VS-like dark colors
|
||||
|
||||
Reference in New Issue
Block a user