This is an automated email from the ASF dual-hosted git repository. paulirwin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/lucenenet-codeanalysis-dev.git
commit 1eddb1df3a7fed0837a9bf52bd97f5f50b45000f Author: Shad Storhaug <[email protected]> AuthorDate: Fri Nov 17 12:32:59 2023 +0700 source.extension.vsixmanifest: Updated to include VS2022 as well as pro and community editions --- .../source.extension.vsixmanifest | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Lucene.Net.CodeAnalysis.Dev.Vsix/source.extension.vsixmanifest b/src/Lucene.Net.CodeAnalysis.Dev.Vsix/source.extension.vsixmanifest index 65e43c8..8f7cdae 100644 --- a/src/Lucene.Net.CodeAnalysis.Dev.Vsix/source.extension.vsixmanifest +++ b/src/Lucene.Net.CodeAnalysis.Dev.Vsix/source.extension.vsixmanifest @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <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"> <Metadata> - <Identity Id="Lucene.Net.CodeAnalysis.Dev.e9cc1666-10d1-40db-9fe9-b44e4ad555bd" Version="1.0.6" Language="en-US" Publisher="shad"/> + <Identity Id="Lucene.Net.CodeAnalysis.Dev.e9cc1666-10d1-40db-9fe9-b44e4ad555bd" Version="1.0.7" Language="en-US" Publisher="shad"/> <DisplayName>Lucene.Net.CodeAnalysis.Dev</DisplayName> - <Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description> + <Description xml:space="preserve">Analyzers to help with the development of the Lucene.NET port from Java to C#.</Description> </Metadata> <Installation> - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" /> + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,18.0)" /> + <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.0,18.0)" /> + <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.0,18.0)" /> </Installation> <Dependencies> <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> @@ -18,7 +20,7 @@ <Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Lucene.Net.CodeAnalysis.Dev.CodeFixes" Path="|Lucene.Net.CodeAnalysis.Dev.CodeFixes|"/>--> </Assets> <Prerequisites> - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" /> - <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0,)" DisplayName="Roslyn Language Services" /> + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" /> + <Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,18.0)" DisplayName="Roslyn Language Services" /> </Prerequisites> </PackageManifest> \ No newline at end of file
