Skip to content

Commit d2ac234

Browse files
Fix NuGet name
1 parent 9ae68dc commit d2ac234

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CommandLine/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# codeconv
22

33
```
4-
dotnet tool install codeconv -g
4+
dotnet tool install ICSharpCode.CodeConverter.CodeConv -g
55
```
66

77
.NET Core 3.1 Tool
@@ -41,7 +41,7 @@ Remarks:
4141

4242
## Design
4343

44-
The tool can run in both netcore and netframework because:
44+
The tool can run in both netcore and netframework because:
4545
- The conversion needs to be able run in a dot net core process so it works cross platform
4646
- So linux users can convert dot net core projects
4747
- The conversion needs to be able to run in a net framework process because:
@@ -50,4 +50,4 @@ The tool can run in both netcore and netframework
5050

5151
## Future
5252

53-
The package is about 27MB. The size is made up by the Roslyn dependencies. It includes most of Roslyn, but not MSBuild (which must be installed on the machine). In future we could get Roslyn from the installation too like the VS extension does. It just needs careful management of versions. The dot net framework version can match the vs extension dependency versions. The dot net core one can depend on later versions.
53+
The package is about 27MB. The size is made up by the Roslyn dependencies. It includes most of Roslyn, but not MSBuild (which must be installed on the machine). In future we could get Roslyn from the installation too like the VS extension does. It just needs careful management of versions. The dot net framework version can match the vs extension dependency versions. The dot net core one can depend on later versions.

0 commit comments

Comments
 (0)