Skip to content

Commit 1eddb1d

Browse files
committed
source.extension.vsixmanifest: Updated to include VS2022 as well as pro and community editions
1 parent 584f539 commit 1eddb1d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Lucene.Net.CodeAnalysis.Dev.e9cc1666-10d1-40db-9fe9-b44e4ad555bd" Version="1.0.6" Language="en-US" Publisher="shad"/>
4+
<Identity Id="Lucene.Net.CodeAnalysis.Dev.e9cc1666-10d1-40db-9fe9-b44e4ad555bd" Version="1.0.7" Language="en-US" Publisher="shad"/>
55
<DisplayName>Lucene.Net.CodeAnalysis.Dev</DisplayName>
6-
<Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description>
6+
<Description xml:space="preserve">Analyzers to help with the development of the Lucene.NET port from Java to C#.</Description>
77
</Metadata>
88
<Installation>
9-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
9+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,18.0)" />
10+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.0,18.0)" />
11+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.0,18.0)" />
1012
</Installation>
1113
<Dependencies>
1214
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
@@ -18,7 +20,7 @@
1820
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev.CodeFixes" Path="|Lucene.Net.CodeAnalysis.Dev.CodeFixes|"/>-->
1921
</Assets>
2022
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
22-
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,)" DisplayName="Roslyn Language Services" />
23+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" />
24+
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,18.0)" DisplayName="Roslyn Language Services" />
2325
</Prerequisites>
2426
</PackageManifest>

0 commit comments

Comments
 (0)