Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaskoTheBeAsT committed Apr 2, 2024
1 parent 0a2cbf1 commit 8805829
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/Typewriter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?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">
<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="68E244F1-14E1-4681-A51C-5B902B9EE96C" Version="2.28.0" Language="en-US" Publisher="frhagn" />
<DisplayName>Typewriter64</DisplayName>
Expand All @@ -13,30 +15,30 @@
<Tags>TypeScript, Code Generation, Templates, Web API, MVC, Typewriter</Tags>
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Pro">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Pro">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[17.9.2,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<InstallationTarget Version="[17.9.5,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.9.2,18.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.9.5,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit 8805829

Please sign in to comment.