Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Oct 18, 2017
1 parent 0ec8b9a commit fedc174
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion VS/CSHARP/intrinsics-dude-vsix/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class Vsix
public const string Name = "IntrinsicsDude";
public const string Description = "Improved Statement Completion, Quickinfo Tooltips and Signature Help for Compiler Intrinsics in Visual Studio";
public const string Language = "en-US";
public const string Version = "1.1.3.3";
public const string Version = "1.1.4.0";
public const string Author = "Henk-Jan Lebbink";
public const string Tags = "Compiler Intrinsics, Statement Completion, Quickinfo Tooltips, Signature Help, AVX2, AVX512";
}
Expand Down
54 changes: 27 additions & 27 deletions VS/CSHARP/intrinsics-dude-vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?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="5BC76C2B-A941-40D2-9EB4-F0DB92DD7C06" Version="1.1.3.3" Language="en-US" Publisher="Henk-Jan Lebbink" />
<DisplayName>Intrinsics Dude</DisplayName>
<Description xml:space="preserve">Improved Statement Completion, Quickinfo Tooltips and Signature Help for Compiler Intrinsics in Visual Studio</Description>
<MoreInfo>https://github.com/HJLebbink/intrinsics-dude</MoreInfo>
<License>LICENSE.txt</License>
<GettingStartedGuide>https://github.com/HJLebbink/intrinsics-dude</GettingStartedGuide>
<Icon>Resources\images\icon-ID.png.ico</Icon>
<PreviewImage>Resources\images\IntrinsicsDude.bmp</PreviewImage>
<Tags>Compiler Intrinsics, Statement Completion, Quickinfo Tooltips, Signature Help, AVX2, AVX512</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="5BC76C2B-A941-40D2-9EB4-F0DB92DD7C06" Version="1.1.4.0" Language="en-US" Publisher="Henk-Jan Lebbink" />
<DisplayName>Intrinsics Dude</DisplayName>
<Description xml:space="preserve">Improved Statement Completion, Quickinfo Tooltips and Signature Help for Compiler Intrinsics in Visual Studio</Description>
<MoreInfo>https://github.com/HJLebbink/intrinsics-dude</MoreInfo>
<License>LICENSE.txt</License>
<GettingStartedGuide>https://github.com/HJLebbink/intrinsics-dude</GettingStartedGuide>
<Icon>Resources\images\icon-ID.png.ico</Icon>
<PreviewImage>Resources\images\IntrinsicsDude.bmp</PreviewImage>
<Tags>Compiler Intrinsics, Statement Completion, Quickinfo Tooltips, Signature Help, AVX2, AVX512</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[14.0,16.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0]" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit fedc174

Please sign in to comment.