I save the user settings with Properties.Settings.
Properties.Settings.Default.key = "value";
Properties.Settings.Default.save();
and here is the saved file:
C:\Users\Me\AppData\Local\Me\MyCompany\0.0.1\user.config
How can I prevent that the version number is in the path, like that?
C:\Users\Me\AppData\Local\Me\MyCompany\user.config