Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
Declare support for VS2017
  • Loading branch information
SLaks committed Jan 15, 2017
1 parent 2158985 commit 60834a0
Showing 1 changed file with 25 additions and 32 deletions.
57 changes: 25 additions & 32 deletions Rebracer/source.extension.vsixmanifest
@@ -1,35 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<Vsix Version="1.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2010">
<Identifier Id="bfc869c4-ae0f-467a-86a4-5d9401303490">
<Name>Rebracer</Name>
<Author>SLaks</Author>
<Version>1.4</Version>
<Description xml:space="preserve">Saves editor formatting settings as part of each solution.</Description>
<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="bfc869c4-ae0f-467a-86a4-5d9401303490" Version="1.5" Language="en-US" Publisher="SLaks" />
<DisplayName>Rebracer</DisplayName>
<Description>Saves editor formatting settings as part of each solution.</Description>
<MoreInfo>https://github.com/SLaks/Rebracer</MoreInfo>
<ReleaseNotes>https://github.com/SLaks/Rebracer/releases</ReleaseNotes>
<Icon>Resources\Package.ico</Icon>
<MoreInfoUrl>https://github.com/SLaks/Rebracer</MoreInfoUrl>
<PreviewImage>Resources\Screenshot.png</PreviewImage>
<Locale>1033</Locale>
<SupportedFrameworkRuntimeEdition MinVersion="4.5" MaxVersion="6.0"/>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="11.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="12.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="14.0">
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="15.0">
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
</Identifier>
<Content>
<MefComponent>|%CurrentProject%|</MefComponent>
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>
</Content>
</Vsix>
<Tags>Settings, Projects, Solutions</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[12.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[12.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="[15.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
</PackageManifest>

0 comments on commit 60834a0

Please sign in to comment.