Skip to content

Commit 55cf7ed

Browse files
gsscodermoh-hassan
authored andcommitted
moh-hassan added as author and year updated in copyright (#563)
1 parent c3e4906 commit 55cf7ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLine/CommandLine.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
<SignAssembly>true</SignAssembly>
1212
<PackageId Condition="'$(BuildTarget)' != 'fsharp'">CommandLineParser</PackageId>
1313
<PackageId Condition="'$(BuildTarget)' == 'fsharp'">CommandLineParser.FSharp</PackageId>
14-
<Authors>gsscoder;nemec;ericnewton76</Authors>
14+
<Authors>gsscoder;nemec;ericnewton76;moh-hassan</Authors>
1515
<Title>Command Line Parser Library</Title>
1616
<Version Condition="'$(VersionSuffix)' != ''">$(VersionSuffix)</Version>
1717
<Version Condition="'$(VersionSuffix)' == ''">0.0.0</Version>
1818
<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>
1919
<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>
20-
<Copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala &amp; Contributors</Copyright>
20+
<Copyright>Copyright (c) 2005 - 2020 Giacomo Stelluti Scala &amp; Contributors</Copyright>
2121
<PackageLicenseFile>License.md</PackageLicenseFile>
2222
<PackageIcon>CommandLine20.png</PackageIcon>
2323
<PackageProjectUrl>https://github.com/commandlineparser/commandline</PackageProjectUrl>

0 commit comments

Comments
 (0)