Skip to content

Commit

Permalink
bumped version to 1.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Aug 26, 2016
1 parent 3153a34 commit bbcacf3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace IntrinsicsDude.OptionsPage
[Guid(Guids.GuidOptionsPageIntrinsicsDude)]
public class IntrinsicsDudeOptionsPage : UIElementDialogPage
{
private const bool logInfo = true;
private const bool logInfo = false;

private IntrinsicsDudeOptionsPageUI _intrinsicsDudeOptionsPageUI;

Expand Down
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 2015";
public const string Language = "en-US";
public const string Version = "0.9.0.6";
public const string Version = "1.0.0.7";
public const string Author = "Henk-Jan Lebbink";
public const string Tags = "Compiler Intrinsics, Statement Completion, Quickinfo Tooltips, Signature Help, AVX512";
}
Expand Down
44 changes: 22 additions & 22 deletions VS/CSHARP/intrinsics-dude-vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?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="0.9.0.6" 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 2015</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, AVX512</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
</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>
<Metadata>
<Identity Id="5BC76C2B-A941-40D2-9EB4-F0DB92DD7C06" Version="1.0.0.7" 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 2015</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, AVX512</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
</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>
</PackageManifest>

0 comments on commit bbcacf3

Please sign in to comment.