You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CommandLine/CommandLine.csproj
+4-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<DescriptionCondition="'$(BuildTarget)' != 'fsharp'">Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</Description>
20
20
<DescriptionCondition="'$(BuildTarget)' == 'fsharp'">Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</Description>
21
21
<Copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors</Copyright>
0 commit comments