Skip to content

Commit bf021b9

Browse files
Update CodeConverter.csproj
1 parent cce4e59 commit bf021b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CodeConverter/CodeConverter.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<Description>Convert VB.NET to/from C#
88
* Accurate: Full project context (through Roslyn) is used to get the most accurate conversion.
99
* Actively developed: User feedback helps us continuously strive for a more accurate conversion.
10-
* Completely free and open source: Check out [GitHub](https://github.com/icsharpcode/CodeConverter#code-converter-).</Description>
10+
* Completely free and open source
11+
This nuget package is useful if you're building a tool which converts code, or if you want finer-grained control over what's converted.
12+
See https://github.com/icsharpcode/CodeConverter for a pre-built command line, visual studio extension and web converter.
13+
</Description>
1114
<Product>Code Converter for C# to/from VB.NET</Product>
1215
<Copyright>Copyright (c) 2017-2020 AlphaSierraPapa for the CodeConverter team</Copyright>
1316
<AssemblyVersion>8.1.3.0</AssemblyVersion>

0 commit comments

Comments
 (0)