Skip to content

Releases: alphaleonis/VSProjectSetManager

v17.0.0

16 May 08:58

Choose a tag to compare

Initial release of version supporting Visual Studio 2022.
(Split from extension supporting 2017-2019 due to some technical stuff that broke)

Version 1.3.7

05 Apr 18:00
264d212

Choose a tag to compare

  • Implemented AsyncPackage instead of Package, thus removing warning from VS when loading extension.
  • No longer loads binary version from .suo file if ExternalFile is chosen in options which might fix an edge-case where project sets sometimes disappeared.

Version 1.3.6

03 Apr 18:41
b76fbf4

Choose a tag to compare

Added support for VS2019.

Version 1.3.2

02 Jan 20:24

Choose a tag to compare

  • The file format and file name of the external file has been changed. It is now in a json-format, and the filename is <solution>.projectSets.json. If you previously had a .vspsm checked in to source control, this file can be removed and the .projectSets.json file checked in instead.
  • The external file is now only saved and checked out if any changes is actually made to it. (Previously it was checked out every time you saved the solution, even though its contents had not changed).

Version 1.3.1

17 Mar 20:44

Choose a tag to compare

Fixed minor issue where log texts were not written to the output pane as they should.

Version 1.3

17 Mar 20:33

Choose a tag to compare

Support for VS 2015 and VS 2017.