diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e87db3..b976423a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ These are the changes to each version that has been released in the Visual Studio Marketplace. -## 1.1.11 -**2017-05-26** +## 1.1.12 +**2017-05-28** - [x] Addition of Open In TreeSize Free ## 1.1.10 diff --git a/src/OpenInTreeSizeFree/source.extension.cs b/src/OpenInTreeSizeFree/source.extension.cs index 776dbd6e..e5dead14 100644 --- a/src/OpenInTreeSizeFree/source.extension.cs +++ b/src/OpenInTreeSizeFree/source.extension.cs @@ -9,9 +9,9 @@ static class Vsix { public const string Id = "0597a0d5-0bfc-44a5-924c-b556c5047018"; public const string Name = "Open path in TreeSize Free"; - public const string Description = @"Open multiple file paths simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window."; + public const string Description = @"Open multiple folders simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window."; public const string Language = "en-US"; - public const string Version = "1.1.11"; + public const string Version = "1.1.12"; public const string Author = "GregTrevellick"; public const string Tags = "open, open in, TreeSize, TreeSize Free, TreeSizeFree"; } diff --git a/src/OpenInTreeSizeFree/source.extension.resx b/src/OpenInTreeSizeFree/source.extension.resx index 8f3a2c42..9a6eca1b 100644 --- a/src/OpenInTreeSizeFree/source.extension.resx +++ b/src/OpenInTreeSizeFree/source.extension.resx @@ -121,7 +121,7 @@ Open path in TreeSize Free - Open multiple file paths simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window. + Open multiple folders simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window. diff --git a/src/OpenInTreeSizeFree/source.extension.vsixmanifest b/src/OpenInTreeSizeFree/source.extension.vsixmanifest index 3db72659..b6df68a4 100644 --- a/src/OpenInTreeSizeFree/source.extension.vsixmanifest +++ b/src/OpenInTreeSizeFree/source.extension.vsixmanifest @@ -1,9 +1,9 @@  - + Open path in TreeSize Free - Open multiple file paths simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window. + Open multiple folders simultaneously in TreeSize Free 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 diff --git a/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_CodeEditorWindow.png b/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_CodeEditorWindow.png index 4b86f09f..062e20b6 100644 Binary files a/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_CodeEditorWindow.png and b/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_CodeEditorWindow.png differ diff --git a/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_ContextMenu.png b/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_ContextMenu.png index efd55e53..61376eac 100644 Binary files a/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_ContextMenu.png and b/src/VisualStudioMarketPlaceAssets/OpenInTreeSizeFree/ReadMeScreenShot_ContextMenu.png differ