commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.51k stars 477 forks source link

Deprecated license URL meta-data #746

Open fkromer opened 3 years ago

fkromer commented 3 years ago

I listed the licenses of package dependencies of a Visual Studio 2019 solution project in the NuGet Package Manager Console with Get-Package | Select-Object Id,LicenseUrl but got for CommandLineParser v2.8.0 the following URL https://aka.ms/deprecateLicenseUrl .

kotx commented 3 years ago

I think this simply means there is no licenseUrl metadata, because the field is deprecated. So this isn't really an issue I think.