Releases: alphaleonis/VSProjectSetManager
Releases · alphaleonis/VSProjectSetManager
v17.0.0
Version 1.3.7
- Implemented
AsyncPackageinstead ofPackage, 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
Added support for VS2019.
Version 1.3.2
- 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.vspsmchecked in to source control, this file can be removed and the.projectSets.jsonfile 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
Fixed minor issue where log texts were not written to the output pane as they should.
Version 1.3
Support for VS 2015 and VS 2017.