Skip to content

Commit bc27c24

Browse files
Update README.md
1 parent c35bf3f commit bc27c24

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
@@ -2,9 +2,9 @@
22

33
Convert code from VB.NET to C# and vice versa using Roslyn - all free and open source:
44
* [Visual Studio extension](https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) (~50k installs)
5-
* Command line `dotnet tool install ICSharpCode.CodeConverter.codeconv --global`
65
* [Online snippet converter](https://codeconverter.icsharpcode.net/)
76
* [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`
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)