Skip to content

Commit c2a971d

Browse files
Update README.md
1 parent bc27c24 commit c2a971d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Convert code from VB.NET to C# and vice versa using Roslyn - all free and open s
44
* [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (~50k installs)
55
* [Online snippet converter](https://codeconverter.icsharpcode.net/)
66
* [Nuget library](https://www.nuget.org/packages/ICSharpCode.CodeConverter/) (this underpins all other free converters you'll find online)
7-
* (Not currently being updated) Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global`
7+
* (Not currently being updated - https://github.com/icsharpcode/CodeConverter/issues/722) Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global`
88

99
## Visual Studio Extension
1010
Adds context menu items to convert projects/files between VB.NET and C#. See the [wiki documentation](https://github.com/icsharpcode/CodeConverter/wiki) for help using it.

0 commit comments

Comments
 (0)