diff --git a/Changelog.md b/Changelog.md index ceb825a..fd5972a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.4.7 (16-Nov-2023) + +- Changed the target runtime to .NET 8. + ## v2.4.6 (01-Aug-2023) - Changed the target runtime to .NET 7. diff --git a/Directory.Build.props b/Directory.Build.props index 93a73fc..5ae13ed 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net8.0-windows - 2.4.6 + 2.4.7 Tyrrrz Copyright (C) Oleksii Holub preview diff --git a/Installer/Installer.iss b/Installer/Installer.iss index 21c0e1b..fa85173 100644 --- a/Installer/Installer.iss +++ b/Installer/Installer.iss @@ -1,5 +1,5 @@ #define AppName "LightBulb" -#define AppVersion "2.4.6" +#define AppVersion "2.4.7" [Setup] AppId={{892F745F-A497-42ED-B503-8D74936D0BEB}