nutdotnet / WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.
GNU General Public License v3.0
209 stars 19 forks source link

Upgrade to .NET Framework Settings System #114

Closed gbakeman closed 8 months ago

gbakeman commented 11 months ago

The primary goal of this PR is to move WinNUT from the custom Registry preferences storage system, to the built-in .NET Framework Settings system. This should make adding or modifying settings easier, as well as migrating them between versions. It will also set the stage for upgrading WinNUT to the ClickOnce deployment scheme.

Changes

Closes #100

gbakeman commented 8 months ago

Retargetting dev-2.3 branch