Skip to content

Commit 6dd0ed1

Browse files
committed
Fix version
1 parent dca0fb9 commit 6dd0ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/CommandLine/CommandLine.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageId Condition="'$(BuildTarget)' == 'fsharp'">CommandLineParser.FSharp</PackageId>
1212
<Authors>gsscoder;nemec;ericnewton76</Authors>
1313
<Title>Command Line Parser Library</Title>
14-
<Version>2.3.0-$(VersionSuffix)</Version>
14+
<Version>2.3.0$(VersionSuffix)</Version>
1515
<Description Condition="'$(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>
1616
<Description Condition="'$(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>
1717
<Copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala &amp; Contributors</Copyright>

0 commit comments

Comments
 (0)