DEV Community

Discussion on: Rename a C# Project

Collapse
 
modernronin profile image
ModernRonin

Actually, you can just use a little utility I wrote that also deals with git (so the history doesn't get lost), paket (if you use it), moving projects to other directories etc.

Install via dotnet tool install -g ModernRonin.ProjectRenamer, see github.com/ModernRonin/ProjectRenamer for documentation.

Cheers,
MR