ModernRonin.ProjectRenamer 2.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ModernRonin.ProjectRenamer --version 2.1.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local ModernRonin.ProjectRenamer --version 2.1.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ModernRonin.ProjectRenamer&version=2.1.2
nuke :add-package ModernRonin.ProjectRenamer --version 2.1.2

tool for renaming C# projects

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.2.1 1,833 10/13/2022
2.2.0 439 9/24/2022
2.1.5 1,852 6/26/2021
2.1.4 596 5/3/2021
2.1.3 414 4/10/2021
2.1.2 781 1/8/2021
2.1.1 485 12/13/2020
2.1.0 462 12/3/2020
2.0.0 606 10/20/2020
1.0.1 562 9/15/2020
1.0.0 474 9/4/2020

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