nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
431 stars 50 forks source link

License missing from AutoBogus package in NuGet #34

Closed Eric-Bonneau closed 4 years ago

Eric-Bonneau commented 4 years ago

Hi,

We're using Black Duck to monitor our packages, and we're receiving some warnings for the AutoBogus package regarding a missing license. I believe this is due to the fact that we're not able to see the license in NuGet. I know that you've included the MIT license in your GitHub repository along with a LICENSE file, but would it be possible to include this information when you push to NuGet?

I'm not sure if you're using a .nuspec file, but it seems like you could include MIT in the license attribute.

Please let me know if there is anything I can help with.

Thanks a lot 😀.

nickdodd79 commented 4 years ago

Hey @Eric-Bonneau

Sure, I can get the license file included in the package. I'll let you know when it is done.

Nick.

Eric-Bonneau commented 4 years ago

Perfect, thanks @nickdodd79 !

nickdodd79 commented 4 years ago

@Eric-Bonneau

I have just released v2.8.2 which should hopefully include the license file for you.

Nick.

Eric-Bonneau commented 4 years ago

Hi @nickdodd79

I'm able to see the license now.

I will close this as it should resolve our issue.

Thanks again!