Skip to content

Releases: alphaleonis/VSProjectSetManager

v17.0.0

Choose a tag to compare

@alphaleonis alphaleonis released this 16 May 08:58

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

Choose a tag to compare

@alphaleonis alphaleonis released this 05 Apr 18:00
264d212
  • 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

Choose a tag to compare

@alphaleonis alphaleonis released this 03 Apr 18:41
b76fbf4

Added support for VS2019.

Version 1.3.2

Choose a tag to compare

@alphaleonis alphaleonis released this 02 Jan 20:24
  • 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

Choose a tag to compare

@alphaleonis alphaleonis released this 17 Mar 20:44

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

Version 1.3

Choose a tag to compare

@alphaleonis alphaleonis released this 17 Mar 20:33

Support for VS 2015 and VS 2017.