Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Fixing vs2012, vs2013 and vs2015 compatibility

Compare
Choose a tag to compare
@pasztorpisti pasztorpisti released this 13 May 16:57
· 14 commits to master since this release

This release comes with two different .vsix files. They contain the exact same extension DLL but with different versions of the manifest required by Visual Studio to manage/identify the extension.

  • VSWindowTitleChanger.vsix comes with the new version of the manifest that allows installation with Visual Studio versions from vs2012 to vs2017. This vsix doesn't support vs2010 and older.
  • VSWindowTitleChanger_old.vsix contains the old version of the manifest that allows installation with Visual Studio versions from vs2010 to vs2017 but vs2017 pops up a compatibility warning yes/no dialog.

The Visual Studio gallery will host the new .vsix file which means that vs2010 users have to download the old .vsix file from here and install manually by double clicking it.