From 4f7610d3c8122c907eaed07ad12c1fedcbf4b738 Mon Sep 17 00:00:00 2001 From: Greg Smulko Date: Mon, 15 Apr 2019 10:27:10 +0100 Subject: [PATCH] Fix PackageLicenseUrl It seems to be forgotten when migrating from `gsscoder` to `commandlineparser`. --- src/CommandLine/CommandLine.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 3764bcb6..a9da2364 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -18,7 +18,7 @@ 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. 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. Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors - https://raw.githubusercontent.com/gsscoder/commandline/master/doc/LICENSE + https://raw.githubusercontent.com/commandlineparser/commandline/master/License.md https://github.com/commandlineparser/commandline https://raw.githubusercontent.com/commandlineparser/commandline/master/art/CommandLine20.png command line;commandline;argument;option;parser;parsing;library;syntax;shell