How Do I Package and install a Released compiled version version of my .Net Framework?
Do I bundle the contents of the Release folder or just the EXE's and DLL's? Do I need to include the app.config and packages.config?
Do I need to create an installer somehow?