Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ModernRonin authored Sep 15, 2020
1 parent 273fc22 commit 8632784
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ You install it by executing:
dotnet tool install -g ModernRonin.ProjectRenamer
```

## Update it
If there is a new version out, you can update *renameproject* with

```shell
dotnet tool update --global ModernRonin.ProjectRenamer
```

### Release History
1.0.1:
* fixed problem when target project was not linked into a solution folder
* when required tools like `git` or `dotnet` are not found, a properly informative error message is displayed

1.0.0: initial release



## Use it
You use it from the command line, in the directory of your solution:

Expand Down

0 comments on commit 8632784

Please sign in to comment.