Skip to content

Commit

Permalink
artwork and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed May 28, 2017
1 parent 3ae30f8 commit 0d62e85
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/OpenInTreeSizeFree/source.extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down
2 changes: 1 addition & 1 deletion src/OpenInTreeSizeFree/source.extension.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>Open path in TreeSize Free</value>
</data>
<data name="112" xml:space="preserve">
<value>Open multiple file paths simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window.</value>
<value>Open multiple folders simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window.</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
Expand Down
4 changes: 2 additions & 2 deletions src/OpenInTreeSizeFree/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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="0597a0d5-0bfc-44a5-924c-b556c5047018" Version="1.1.11" Language="en-US" Publisher="GregTrevellick" />
<Identity Id="0597a0d5-0bfc-44a5-924c-b556c5047018" Version="1.1.12" Language="en-US" Publisher="GregTrevellick" />
<DisplayName>Open path in TreeSize Free</DisplayName>
<Description xml:space="preserve">Open multiple file paths simultaneously in TreeSize Free directly from Solution Explorer or Code Editor window.</Description>
<Description xml:space="preserve">Open multiple folders simultaneously in TreeSize Free 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>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d62e85

Please sign in to comment.