Skip to content

Update NuGet package license as equal as GitHub MIT license #92

@bezzad

Description

@bezzad

Hi,
I use Fossa to automate the risks out of my open-source Downloader project. My library is used your awesome ShellProgressBar library on the console app samples to show the parallel downloads progresses.
Now I run Fossa and it alerts me like below to not found the license of the ShellProgressBar. So, I checked your project Github license and it's ok. But the license of the Nuget package is a template file. Thus, It has no information about the author and your project.

image

Please update the ShellProgressBar.csproj to populate the license URL, you just had to add the following to your project file:

<PropertyGroup>
  <PackageLicenseUrl>https://raw.githubusercontent.com/Mpdreamz/shellprogressbar/master/LICENSE</PackageLicenseUrl>
  <PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

And release a new version of NuGet if it's possible for you.
Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions