DrewNaylor / UXL-Launcher

An app launcher meant to launch Microsoft Office 2010, 2013, 2016, 2019 desktop software/apps, including ones from Office 365. Not associated with Microsoft.
Apache License 2.0
7 stars 1 forks source link

.NET Framework 4.8 migration #208

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

Most of the work in this branch was migrating to .NET Framework 4.8 and VS2019, but there were also copyright year updates and a boilerplate text update for a file I forgot to change. The "Git" name for the development phase has been dropped in favor of "Dev" since it's clearer. UXL Launcher has had its version bumped to 5.0 and it's now using the "Dev" string in the titlebar instead of "Stable". PortableThemeEngine has also been bumped to 3.0, though this is due to the .NET Framework 4.8 migration, although this kinda makes sense considering pre-themed controls is kinda a major feature.

Fixes #206, and partially #207.