diff --git a/src/OpenInGimp/source.extension.cs b/src/OpenInGimp/source.extension.cs index e2f70a04..ab3f7162 100644 --- a/src/OpenInGimp/source.extension.cs +++ b/src/OpenInGimp/source.extension.cs @@ -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"; } diff --git a/src/OpenInGimp/source.extension.vsixmanifest b/src/OpenInGimp/source.extension.vsixmanifest index 63c5f0ba..535e1ef9 100644 --- a/src/OpenInGimp/source.extension.vsixmanifest +++ b/src/OpenInGimp/source.extension.vsixmanifest @@ -1,25 +1,25 @@  - - - Open in GIMP - GNU Image Manipulation Program - Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window. - https://github.com/GregTrevellick/OpenInApp.Launcher - LICENSE.txt - https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md - Resources\VsixExtensionIcon_90x90.png - Resources\VsixExtensionPreview_175x175.png - open, open in, gimp, GNU Image Manipulation Program - - - - - - - - - - - - + + + Open in GIMP - GNU Image Manipulation Program + Open multiple files simultaneously in GIMP (GNU Image Manipulation Program) directly from Solution Explorer or Code Editor window. + https://github.com/GregTrevellick/OpenInApp.Launcher + LICENSE.txt + https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md + Resources\VsixExtensionIcon_90x90.png + Resources\VsixExtensionPreview_175x175.png + open, open in, gimp, GNU Image Manipulation Program + + + + + + + + + + + + \ No newline at end of file