From e4bc2d6fc75a5bfbe3ad47537db085e6dad264d3 Mon Sep 17 00:00:00 2001 From: moh-hassan Date: Fri, 6 Dec 2019 18:28:44 +0200 Subject: [PATCH] fix nuget license info -issue #545 --- Directory.Build.props | 10 +++++++++- appveyor.yml | 9 ++++++++- src/CommandLine/CommandLine.csproj | 5 ++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a6a8d8db..91a53350 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,16 @@ CS1591;CS0219;8002;NU5125 + $(MSBuildThisFileDirectory) $(DefineConstants);NETFRAMEWORK - \ No newline at end of file + + + + runtime; build; native; contentfiles; analyzers + all + + + diff --git a/appveyor.yml b/appveyor.yml index e472f66c..56b877ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ #version should be only changed with RELEASE eminent, see RELEASE.md -version: 2.5.{build} +version: 2.7.0-alpha-{build} image: Visual Studio 2017 @@ -56,3 +56,10 @@ deploy: artifact: 'NuGetPackages' on: APPVEYOR_REPO_TAG: true + +- provider: NuGet + server: https://www.myget.org/F/commandline/api/v2/package + api_key: + secure: hSatieECG8d1qvzcQejfzQH8vQa4W0GbXU10/xVXvL4dloo1vZMlCdHZbpZkLMNW + artifact: 'NuGetPackages' + symbol_server: https://www.myget.org/F/commandline/symbols/api/v2/package diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj index 80933f08..084921f8 100644 --- a/src/CommandLine/CommandLine.csproj +++ b/src/CommandLine/CommandLine.csproj @@ -19,7 +19,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 + 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 @@ -44,4 +44,7 @@ + + + \ No newline at end of file