fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Changing the vsixmanifest to support VS2017 builds #133

Closed hmemcpy closed 7 years ago

hmemcpy commented 7 years ago

Should be fine now!

hmemcpy commented 7 years ago

This fixes #129

forki commented 7 years ago

@hmemcpy very cool. thank you so much. 💋

forki commented 7 years ago

ok seems Visual Studio gallery doesn't like that:

image

hmemcpy commented 7 years ago

Shit :( I just realized it builds an incompatible vsix :(( I'll investigate asap!

forki commented 7 years ago

there might be a small road block right now: https://github.com/Microsoft/visualfsharp/issues/2286 ;-)

hmemcpy commented 7 years ago

I added a "hack" to .vsixmanifest file - a <Prerequisites> element, so it would compile with 2017. I figured, earlier VSIX would simply ignore this. I was right, it works if executed with VSIXInstaller.exe of VS2015, but the new VSIXInstaller in 2017 thinks the vsix is broken :(( I'll work some more magic!

hmemcpy commented 7 years ago

Fixed via #134