davemckeown / TidyTabs-VisualStudio

A Visual Studio extension that keeps your document well organized and clear of unused document tabs
Apache License 2.0
23 stars 16 forks source link

**Changed:** VSIX Manifest file to allow Extension to run in Visual Studio 2019. #21

Closed michaelm7456 closed 8 months ago

michaelm7456 commented 4 years ago

I've had a look into this one and I believe these changes should allow the Extension to be installed for Visual Studio 2019.

Comment on original Issue: #18 - Update Visual Studio Marketplace Support

This involved some minor updates to the Manifest file to allow later Versions of Visual Studio and also updated the Version Range for the 'Microsoft.VisualStudio.Component.CoreEditor' prerequisite.

Hope this helps!

michaelm7456 commented 4 years ago

@davemckeown, is it possible to have this Pull Request merged and the latest changes published to the Visual Studio Gallery if it meets your approval?

Many thanks for the excellent Extension!