When the Output Window Services extension is installed in a project via NuGet, it could automatically update the source.extension.vsixmanifest file to reference the nested VSIX file.
Open questions:
- What is the syntax for referencing a nested VSIX file in the Version 2 vsixmanifest?
Closed questions:
- When a NuGet package is upgraded to a new version, does uninstall.ps1 from the previous version run followed by install.ps1 from the new version?