devlooped / nugetizer

A simple to understand packing model for authoring NuGet packages
https://clarius.org/nugetizer/
MIT License
254 stars 7 forks source link

Don't fail for multiple readme files in content #446

Closed kzu closed 11 months ago

kzu commented 11 months ago

When multiple readme files exist in package content, but with distinct relative paths within it, our package inference would fail because it would consider only the FileName when updating its Pack properties.