-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
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.
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
Labels
No labels
