Skip to content

Commit

Permalink
Merge pull request #604 from digovc/vs-2019-preview
Browse files Browse the repository at this point in the history
Support to install in Visual Studio 2019 Preview.
  • Loading branch information
codecadwallader authored Dec 7, 2018
2 parents 717dd8a + 36ee2fe commit d776d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CodeMaid/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</Metadata>

<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
</Installation>

<Dependencies>
Expand All @@ -25,6 +25,6 @@
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit d776d08

Please sign in to comment.