Skip to content

Commit

Permalink
Marking extensions as System Components to hide from Extensions UI (#416
Browse files Browse the repository at this point in the history
)

* Marking extensions as System Components

* Reverting back version
  • Loading branch information
jayaranigarg authored May 8, 2018
1 parent 45f5af0 commit 46fc700
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Templates/CSharp/Desktop/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>DesktopTemplateLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.Templates.CS.MSTestv2.Desktop.UnitTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
Expand Down
2 changes: 1 addition & 1 deletion Templates/CSharp/UWP/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>UniversalTemplateLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.Templates.CS.MSTestv2.UWP.UnitTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>DesktopTemplateLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.Templates.VB.MSTestv2.Desktop.UnitTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
Expand Down
2 changes: 1 addition & 1 deletion Templates/VisualBasic/UWP/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>UniversalTemplateLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.Templates.VB.MSTestv2.UWP.UnitTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>IntelliTestExtensionLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.TestTools.MSTestV2.WizardExtension.IntelliTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Community" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<License>CreateUnitTestExtensionLicense.rtf</License>
<PackageId>Microsoft.VisualStudio.TestTools.MSTestV2.WizardExtension.UnitTest</PackageId>
</Metadata>
<Installation AllUsers="true">
<Installation AllUsers="true" SystemComponent="true">
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0]" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Community" />
Expand Down

0 comments on commit 46fc700

Please sign in to comment.