-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Content Types created by Mono #605
Conversation
This is basically a workaround for a nupkg bug right? It should probably be fixed upstream instead. |
I'm not really familiar with nupkg/nuget, unfortunately. Plus, this is backwards compatible with previous versions of nupkg/nuget. |
Yeah, while I agree with @fasterthanlime in principle, in reality this is probably going to be Very Arduous |
I also agree. The ideal scenario would be to fix upstream. But...
|
I was going to mention that the workaround would be a good idea if it was one of the last holdouts for getting a complete Squirrel.Windows toolchain working on Linux.. but the Microsoft patching package is the real problem there, not the LICENSE file. However, if nobody bothers updating their NuGet.exe, then that workaround might be very welcome/useful. 👍 |
@paulcbetts is this good to be merged then or are there any changes you would like me to do? |
@kevinmartin It's probably fine, I'll look at it soon |
Fix Content Types created by Mono
Thanks! |
Attempts to remove default content types in
[Content_Types].xml
with empty Extensions.This happens when adding a file via your NuSpec file with no extension, such as
LICENSE
.Fixes #520
/cc @fasterthanlime