ModernRonin.ProjectRenamer
2.2.1
dotnet tool install --global ModernRonin.ProjectRenamer --version 2.2.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local ModernRonin.ProjectRenamer --version 2.2.1
#tool dotnet:?package=ModernRonin.ProjectRenamer&version=2.2.1
nuke :add-package ModernRonin.ProjectRenamer --version 2.2.1
tool for renaming C# projects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
2.2.1:
* bugfix: all Import Project directives with relative paths will be correctly adjusted now
2.2.0:
* feature: tool can be used on VB projects, too; thanks to @fsbflavio for the PR!
* bugfix: fixed a potential deadlock; thanks to @fsbflavio for the PR!
2.1.5:
* bugfix: tool can be used on *nix platforms now without crashing; thanks to @pranav-ninja for the PR!
2.1.4:
* bugfix: fixed issue when paths contained whitespace; thanks to @jakubmaguza for the PR - the first contribution from anyone else :-)
2.1.3:
* bugfix: fixed a bug concerning nested solution folders; thanks to @Mike-E-angelo for reporting the bug
2.1.2:
* bugfix: fixed another whitespace related scenario; thanks to @sejohnson-at-griffis for reporting the bug
2.1.1:
* bugfix: projects in paths containing whitespace no longer crash the dotnet commands; thanks to @NicolasRiou for reporting the bug
2.1.0:
* feature: you can move projects to different folders now instead of just renaming them
* feature: you can specify a directory to exclude from project reference updates
* feature: the detected VS solution folder is displayed in review
* feature: the detected git version is displayed in review
* bugfix: when called with unnamed arguments, old project name now is understood to come before new project name (before it was the wrong way round)
* bugfix: VS solution folders containing spaces don't crash the tool anymore
2.0.0:
* breaking change: instead of asking the user interactively, behavior is now controlled via commandline switches
1.0.1:
* bugfix: if a required tool like git cannot be found, give a proper error message
* bugfix: if a project is not in a solution folder, the tools works now, too
1.0.0:
initial release"