diff --git a/appveyor.yml b/appveyor.yml
index d11d6abf..99a6cb13 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,13 +24,13 @@ environment:
     - BUILD_TARGET: fsharp
 
 build_script:
-- cmd: dotnet build src/CommandLine/ -c Release --version-suffix %APPVEYOR_BUILD_VERSION% /p:BuildTarget=%BUILD_TARGET%
+- cmd: dotnet build src/CommandLine/ -c Release --version-suffix %APPVEYOR_BUILD_VERSION% /p:BuildTarget=%BUILD_TARGET% /p:ContinuousIntegrationBuild=True
 
 test_script: 
 - cmd: dotnet test tests/CommandLine.Tests/ /p:BuildTarget=%BUILD_TARGET%
 
 after_test:
-- cmd: dotnet pack src/CommandLine/ -c Release --version-suffix %APPVEYOR_BUILD_VERSION% /p:BuildTarget=%BUILD_TARGET%
+- cmd: dotnet pack src/CommandLine/ -c Release --version-suffix %APPVEYOR_BUILD_VERSION% /p:BuildTarget=%BUILD_TARGET% /p:ContinuousIntegrationBuild=True
 
 artifacts:
 - path: 'src/CommandLine/bin/Release/*.nupkg'
diff --git a/src/CommandLine/CommandLine.csproj b/src/CommandLine/CommandLine.csproj
index 04496eb8..8346f9ec 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 - 2020 Giacomo Stelluti Scala & Contributors
-		License.md
+		MIT
 		CommandLine20.png
 		https://github.com/commandlineparser/commandline
 		command line;commandline;argument;option;parser;parsing;library;syntax;shell
@@ -27,6 +27,7 @@
 		8.0
 		true
 		snupkg
+		true
 	
 
 	
@@ -34,23 +35,21 @@
 	
 
 	
-		
-			true
-			README.md
-		
+		
+		
+		
 	
 
 	
 		
 	
+
 	
 		
 	
-	
-		
-		
-	
+
 	
 	  
 	
+