I have a c# library with a setting file. I would like to know if there is a way to publish the settings in a external file, in order to the users can edit settings and change some values.
I have been trying several combinations but always the settings file is embedded its value to dll compiled file, I would like to have something like app.config but with libraries. Is this possible?
Thanks