Skip to content

Update manifest for VS 2019 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions ToggleComment/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<?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="b61761b3-d13a-42a7-8799-8dbc603ff1e7" Version="1.7" Language="en-US" Publisher="munyabe" />
<DisplayName>Toggle Comment</DisplayName>
<Description>This is a simple visual studio extension to comment/uncomment the selected lines.</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=munyabe.ToggleComment</MoreInfo>
<License>LICENSE.txt</License>
<Icon>Resources\Package.ico</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>coding, comment, comment out, toggle, eclipse</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[11.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Metadata>
<Identity Id="b61761b3-d13a-42a7-8799-8dbc603ff1e7" Version="1.7" Language="en-US" Publisher="munyabe" />
<DisplayName>Toggle Comment</DisplayName>
<Description>This is a simple visual studio extension to comment/uncomment the selected lines.</Description>
<MoreInfo>https://marketplace.visualstudio.com/items?itemName=munyabe.ToggleComment</MoreInfo>
<License>LICENSE.txt</License>
<Icon>Resources\Package.ico</Icon>
<PreviewImage>Resources\Preview.png</PreviewImage>
<Tags>coding, comment, comment out, toggle, eclipse</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[12.0,18.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,18.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0.28315.86,18.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>