CommitFormatter icon indicating copy to clipboard operation
CommitFormatter copied to clipboard

Support VS 2019

Open tstivers1990 opened this issue 5 years ago • 1 comments

I've updated the project to support VS 19. You may want to give it a look over as I'm not familiar with extension development and mostly just copied your code to get the desired result. I tested it in the latest version of VS 19 and it worked as expected with the settings pages etc working.

I got the lib DLLs from C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer

I didn't bump the version. I figure that's best left up to you.

Summary of Changes:

  • Add CommitFormatter.TeamFoundation.16.0 project
  • Add lib/16.0 DLLs
  • Reference new project from solution
  • Reference new project from source.extension.vsixmanifest
  • Update version ranges in source.extension.vsixmanifest

Closes #13

tstivers1990 avatar Apr 23 '19 22:04 tstivers1990

I can confirm that the changes make the extension work in VS 2019 again, great job @tstivers1990 !

ahoisl avatar Aug 02 '19 20:08 ahoisl