Skip to content

Commit

Permalink
Merge pull request natemcmaster#167 from floatas/patch-1
Browse files Browse the repository at this point in the history
Added new tool dotnet-ups
  • Loading branch information
natemcmaster authored Oct 29, 2019
2 parents 93d58f1 + 6e8d950 commit d551414
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,20 @@ A list of tool extensions for .NET Core Command Line (dotnet CLI), aka '.NET Cor
</p>
</td>
</tr>
<tr>
<td><code>dotnet-ups</code></td>
<td>
<p>
Synchronize sln folder structure to physical folders also fixing project references.
</p>
<p>
<strong>Project site:</strong> <a href="https://github.com/floatas/UPS">GitHub</a>
<br />
<strong>Author:</strong> <a href="https://github.com/floatas">@Floatas</a>
</p>
<code>dotnet tool install -g <a href="https://www.nuget.org/packages/dotnet-ups">dotnet-ups</a></code>
</td>
</tr>
<tr>
<td><code>dotnet-version</code></td>
<td>
Expand Down

0 comments on commit d551414

Please sign in to comment.