Skip to content

Commit

Permalink
v1.1.48 gimp versions build
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed Sep 25, 2017
1 parent 089d9cd commit 0667c17
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/OpenInGimp/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 = "Open in GIMP - GNU Image Manipulation Program";
public const string Description = @"Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window.";
public const string Language = "en-US";
public const string Version = "1.1.41";
public const string Version = "1.1.48";
public const string Author = "GregTrevellick";
public const string Tags = "open, open in, gimp, GNU Image Manipulation Program";
}
Expand Down
44 changes: 22 additions & 22 deletions src/OpenInGimp/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="AE977542-57A6-448A-89FB-A0915C592A6E" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open in GIMP - GNU Image Manipulation Program</DisplayName>
<Description xml:space="preserve">Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window.</Description>
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon>
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
<Tags>open, open in, gimp, GNU Image Manipulation Program</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" />
</Installation>
<Dependencies>
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="AE977542-57A6-448A-89FB-A0915C592A6E" Version="1.1.48" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open in GIMP - GNU Image Manipulation Program</DisplayName>
<Description xml:space="preserve">Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window.</Description>
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo>
<License>LICENSE.txt</License>
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes>
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon>
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage>
<Tags>open, open in, gimp, GNU Image Manipulation Program</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" />
</Installation>
<Dependencies>
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit 0667c17

Please sign in to comment.