diff --git a/Changelog.md b/Changelog.md index e6b76d7..ef3d0c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +### v2.4 (18-Feb-2022) + +- Migrated to .NET 6. +- Added bootstrapper that installs application dependencies automatically. + +Note: This is _definitely_ the final release of osu!helper. + ### v2.3 (19-Dec-2020) - Migrated to .NET Core 3.1. diff --git a/Directory.Build.props b/Directory.Build.props index b0517c1..1b366d1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ net6.0-windows - 2.3 + 2.4 Tyrrrz Copyright (C) Oleksii Holub preview diff --git a/License.txt b/License.txt index 6df4986..8829d79 100644 --- a/License.txt +++ b/License.txt @@ -1,5 +1,5 @@ OsuHelper - Copyright (C) 2016-2020 Oleksii Holub + Copyright (C) 2016-2022 Oleksii Holub This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by