Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 0a6a0e7

Browse files
committed
Install into Visual Studio Team Explorer 2019
Added <Installation> element: <InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0]" />
1 parent d66577b commit 0a6a0e7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/GitHub.InlineReviews/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</Metadata>
88
<Installation>
99
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0]" />
10+
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0]" />
1011
</Installation>
1112
<Dependencies>
1213
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

src/GitHub.StartPage/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</Metadata>
88
<Installation>
99
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,16.0]" />
10+
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0]" />
1011
</Installation>
1112
<Dependencies>
1213
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

src/GitHub.VisualStudio/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Metadata>
1515
<Installation AllUsers="true" Experimental="false">
1616
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,16.0]" />
17-
<InstallationTarget Version="[15.0,16.0)" Id="Microsoft.VisualStudio.IntegratedShell" />
17+
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[15.0,16.0]" />
1818
</Installation>
1919
<Dependencies>
2020
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)