Skip to content

Commit

Permalink
imp - VSIX is now insallable
Browse files Browse the repository at this point in the history
---

We've updated the extension metadata to support Visual Studio 2022 only.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 17, 2024
1 parent 584a2dc commit 7bc2933
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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="Nitrocid.Analyzers.9e6ed597-4035-4f19-9265-c360a7730da4" Version="1.0" Language="en-US" Publisher="Dell"/>
<DisplayName>Nitrocid.Analyzers</DisplayName>
<Description xml:space="preserve">Nitrocid KS code analysis for mods</Description>
<Identity Id="Nitrocid.Analyzers.9e6ed597-4035-4f19-9265-c360a7730da4" Version="0.1.0" Language="en-US" Publisher="Aptivi"/>
<DisplayName>Nitrocid KS - Analyzers Pack</DisplayName>
<Description xml:space="preserve">Simulates our future-planned kernel, Nitrocid Kernel. This package contains Nitrocid API analyzers that you can use for your mods.</Description>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit 7bc2933

Please sign in to comment.