I see that my application has the wrong name.
When I go to:
Project -> Application properties…
I see an Assembly name and a default namespace.
Is it safe to just change these two to the values which would better represent my app or will it break something?
Its probably fine to change those two settings:
As long as you don’t have some code that depends on the assembly having a certain name you should be fine.